Html Css Color HEX #6F37CA Purple Heart

📋 copy color: '#6F37CA'

red 111 ◦ green 55 ◦ blue 202

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

Shades of Purple Heart #6F37CA

Tints of Purple Heart #6F37CA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.95%

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

R = 30.16%
G = 14.95%
B = 54.89%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6F37CA (or 0x6F37CA) is known color: Purple Heart. HEX triplet: 6F, 37 and CA. RGB value is (111,55,202). Sum of RGB (Red+Green+Blue) = 111+55+202=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F37CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F37CA is #90C835. Grayscale: #575757. Windows color (decimal): -9488438 or 13252463. OLE color: 13252463.

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

Color convert

RGB 111 55 202 -
CMYK 0.45 0.73 0 0.21
HSL 262.86º 0.58% 0.5% -
HSV(B) 262.86º 0.73% 0.79% -
XYZ 18.58 10.38 56.9 -
YUV 88.5 192.05 144.05 -
System Red Green Blue C M Y K H S L
Decimal 111 55 202 0.45 0.73 0 0.21 262.86 0.58 0.5
Hex 6F 37 CA 2D 49 0 15 107 3A 32
Octal 157 67 312 55 111 0 25 407 72 62
Binary 1101111 110111 11001010 101101 1001001 0 10101 100000111 111010 110010

Color Harmonies of #6F37CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F37CA

Black with #6F37CA

Text Example


Text Example

White with #6F37CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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