Html Css Color HEX #6F20CA Purple Heart

📋 copy color: '#6F20CA'

red 111 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #6F20CA

Tints of Purple Heart #6F20CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.55%

R = 32.17%
G = 9.28%
B = 58.55%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6F20CA (or 0x6F20CA) is known color: Purple Heart. HEX triplet: 6F, 20 and CA. RGB value is (111,32,202). Sum of RGB (Red+Green+Blue) = 111+32+202=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F20CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F20CA is #90DF35. Grayscale: #4A4A4A. Windows color (decimal): -9494326 or 13246575. OLE color: 13246575.

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

Color convert

RGB 111 32 202 -
CMYK 0.45 0.84 0 0.21
HSL 267.88º 0.73% 0.46% -
HSV(B) 267.88º 0.84% 0.79% -
XYZ 17.73 8.68 56.62 -
YUV 75 199.67 153.68 -
System Red Green Blue C M Y K H S L
Decimal 111 32 202 0.45 0.84 0 0.21 267.88 0.73 0.46
Hex 6F 20 CA 2D 54 0 15 10C 49 2E
Octal 157 40 312 55 124 0 25 414 111 56
Binary 1101111 100000 11001010 101101 1010100 0 10101 100001100 1001001 101110

Color Harmonies of #6F20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F20CA

Black with #6F20CA

Text Example


Text Example

White with #6F20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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