#6b24b1

Color #6B24B1 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6B24B1

Tints of Purple Heart #6B24B1

Color information

#6B24B1 (or 0x6B24B1) is unknown color: approx Purple Heart. HEX triplet: 6B, 24 and B1. RGB value is (107,36,177). Sum of RGB (Red+Green+Blue) = 107+36+177=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 177 (69.53% from 255 or 55.31% from 320); Max value from RGB is 177 - color contains mainly: blue. Hex color #6B24B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B24B1 is #94DB4E. Grayscale: #484848. Windows color (decimal): -9755471 or 11609195. OLE color: 11609195.

HSL color Cylindrical-coordinate representation of color #6B24B1: hue angle of 270.21º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B24B1 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10736177-
CMYK0.400.8000.31
HSL270.21º66.2%41.76%-
HSV(B)270.21º79.66%69.41%-
XYZ14.637.5642.28-
YUV73.3186.52152.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 33.44%
GREEN value IS 36 (14.45% from 255) = 11.25%
BLUE value IS 177 (69.53% from 255) = 55.31%
R=33.44%
G=11.25%
B=55.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107361770.400.8000.31270.2166.241.76
Hex6B24B1285001F10e422a
Octal153442615012003741610252
Binary11010111001001011000110100010100000111111000011101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b24b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6b24b1; }

 p { color: rgb(107,36,177); }

 H1.HeaderClassName
 {
   color: #6b24b1;
 }
 .AnyTagClassName
 {
   color: #6b24b1;
 }
</style>
background-color css

<style>
 a { background-color: #6b24b1; }

 a { background-color: rgb(107,36,177); }

 div.DivClassName
 {
   background-color: #6b24b1;
 }
 .BgClassName
 {
   background-color: #6b24b1;
 }
</style>
border-color css

<style>
 span { border-color: #6b24b1; }

 span { border-color: rgb(107,36,177); }

 td.TdClassName
 {
   border-color: #6b24b1;
 }
 .TagClassName
 {
   border-color: #6b24b1;
 }
</style>