Html Css Color HEX #6B32CF Purple Heart

📋 copy color: '#6B32CF'

red 107 ◦ green 50 ◦ blue 207

#6B32CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6B32CF

Tints of Purple Heart #6B32CF

RGB

 RED value IS 107 (42.19% from 255) = 29.4%

 GREEN value IS 50 (19.92% from 255) = 13.74%

 BLUE value IS 207 (81.25% from 255) = 56.87%

R = 29.4%
G = 13.74%
B = 56.87%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B32CF (or 0x6B32CF) is known color: Purple Heart. HEX triplet: 6B, 32 and CF. RGB value is (107,50,207). Sum of RGB (Red+Green+Blue) = 107+50+207=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B32CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B32CF is #94CD30. Grayscale: #545454. Windows color (decimal): -9751857 or 13578859. OLE color: 13578859.

HSL color Cylindrical-coordinate representation of color #6B32CF: hue angle of 261.78º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B32CF is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 50 207 -
CMYK 0.48 0.76 0 0.19
HSL 261.78º 0.62% 0.5% -
HSV(B) 261.78º 0.76% 0.81% -
XYZ 18.47 9.91 59.97 -
YUV 84.94 196.88 143.73 -
System Red Green Blue C M Y K H S L
Decimal 107 50 207 0.48 0.76 0 0.19 261.78 0.62 0.5
Hex 6B 32 CF 30 4C 0 13 106 3E 32
Octal 153 62 317 60 114 0 23 406 76 62
Binary 1101011 110010 11001111 110000 1001100 0 10011 100000110 111110 110010

Color Harmonies of #6B32CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B32CF

Black with #6B32CF

Text Example


Text Example

White with #6B32CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,50,207); }

 H1.HeaderClassName
 {
   color: #6B32CF;
 }
 .AnyTagClassName
 {
   color: #6B32CF;
 }
</style>

background-color css

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

 a { background-color: rgb(107,50,207); }

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

border-color css

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

 span { border-color: rgb(107,50,207); }

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