Html Css Color HEX #6F32CF Purple Heart

📋 copy color: '#6F32CF'

red 111 ◦ green 50 ◦ blue 207

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

Shades of Purple Heart #6F32CF

Tints of Purple Heart #6F32CF

RGB

 RED value IS 111 (43.75% from 255) = 30.16%

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

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

R = 30.16%
G = 13.59%
B = 56.25%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F32CF (or 0x6F32CF) is known color: Purple Heart. HEX triplet: 6F, 32 and CF. RGB value is (111,50,207). Sum of RGB (Red+Green+Blue) = 111+50+207=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F32CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F32CF is #90CD30. Grayscale: #555555. Windows color (decimal): -9489713 or 13578863. OLE color: 13578863.

HSL color Cylindrical-coordinate representation of color #6F32CF: hue angle of 263.31º 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 #6F32CF is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 50 207 -
CMYK 0.46 0.76 0 0.19
HSL 263.31º 0.62% 0.5% -
HSV(B) 263.31º 0.76% 0.81% -
XYZ 18.96 10.17 59.99 -
YUV 86.14 196.21 145.73 -
System Red Green Blue C M Y K H S L
Decimal 111 50 207 0.46 0.76 0 0.19 263.31 0.62 0.5
Hex 6F 32 CF 2E 4C 0 13 107 3E 32
Octal 157 62 317 56 114 0 23 407 76 62
Binary 1101111 110010 11001111 101110 1001100 0 10011 100000111 111110 110010

Color Harmonies of #6F32CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F32CF

Black with #6F32CF

Text Example


Text Example

White with #6F32CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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