Html Css Color HEX #6F20CC Purple Heart

📋 copy color: '#6F20CC'

red 111 ◦ green 32 ◦ blue 204

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

Shades of Purple Heart #6F20CC

Tints of Purple Heart #6F20CC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.22%

 BLUE value IS 204 (80.08% from 255) = 58.79%

R = 31.99%
G = 9.22%
B = 58.79%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6F20CC (or 0x6F20CC) is known color: Purple Heart. HEX triplet: 6F, 20 and CC. RGB value is (111,32,204). Sum of RGB (Red+Green+Blue) = 111+32+204=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F20CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F20CC is #90DF33. Grayscale: #4A4A4A. Windows color (decimal): -9494324 or 13377647. OLE color: 13377647.

HSL color Cylindrical-coordinate representation of color #6F20CC: hue angle of 267.56º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F20CC is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 111 32 204 -
CMYK 0.46 0.84 0 0.2
HSL 267.56º 0.73% 0.46% -
HSV(B) 267.56º 0.84% 0.8% -
XYZ 17.97 8.77 57.87 -
YUV 75.23 200.67 153.51 -
System Red Green Blue C M Y K H S L
Decimal 111 32 204 0.46 0.84 0 0.2 267.56 0.73 0.46
Hex 6F 20 CC 2E 54 0 14 10C 49 2E
Octal 157 40 314 56 124 0 24 414 111 56
Binary 1101111 100000 11001100 101110 1010100 0 10100 100001100 1001001 101110

Color Harmonies of #6F20CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F20CC

Black with #6F20CC

Text Example


Text Example

White with #6F20CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,32,204); }

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

background-color css

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

 a { background-color: rgb(111,32,204); }

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

border-color css

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

 span { border-color: rgb(111,32,204); }

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