Html Css Color HEX #6F37DC Purple Heart

📋 copy color: '#6F37DC'

red 111 ◦ green 55 ◦ blue 220

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

Shades of Purple Heart #6F37DC

Tints of Purple Heart #6F37DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.99%

R = 28.76%
G = 14.25%
B = 56.99%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F37DC (or 0x6F37DC) is known color: Purple Heart. HEX triplet: 6F, 37 and DC. RGB value is (111,55,220). Sum of RGB (Red+Green+Blue) = 111+55+220=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F37DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F37DC is #90C823. Grayscale: #595959. Windows color (decimal): -9488420 or 14432111. OLE color: 14432111.

HSL color Cylindrical-coordinate representation of color #6F37DC: hue angle of 260.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F37DC is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 55 220 -
CMYK 0.50 0.75 0 0.14
HSL 260.36º 0.7% 0.54% -
HSV(B) 260.36º 0.75% 0.86% -
XYZ 20.84 11.28 68.79 -
YUV 90.55 201.05 142.58 -
System Red Green Blue C M Y K H S L
Decimal 111 55 220 0.50 0.75 0 0.14 260.36 0.7 0.54
Hex 6F 37 DC 32 4B 0 E 104 46 36
Octal 157 67 334 62 113 0 16 404 106 66
Binary 1101111 110111 11011100 110010 1001011 0 1110 100000100 1000110 110110

Color Harmonies of #6F37DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F37DC

Black with #6F37DC

Text Example


Text Example

White with #6F37DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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