Html Css Color HEX #6F37BD Purple Heart

📋 copy color: '#6F37BD'

red 111 ◦ green 55 ◦ blue 189

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

Shades of Purple Heart #6F37BD

Tints of Purple Heart #6F37BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.24%

R = 31.27%
G = 15.49%
B = 53.24%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F37BD (or 0x6F37BD) is known color: Purple Heart. HEX triplet: 6F, 37 and BD. RGB value is (111,55,189). Sum of RGB (Red+Green+Blue) = 111+55+189=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F37BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F37BD is #90C842. Grayscale: #565656. Windows color (decimal): -9488451 or 12400495. OLE color: 12400495.

HSL color Cylindrical-coordinate representation of color #6F37BD: hue angle of 265.07º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F37BD is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 55 189 -
CMYK 0.41 0.71 0 0.26
HSL 265.07º 0.55% 0.48% -
HSV(B) 265.07º 0.71% 0.74% -
XYZ 17.11 9.79 49.13 -
YUV 87.02 185.55 145.1 -
System Red Green Blue C M Y K H S L
Decimal 111 55 189 0.41 0.71 0 0.26 265.07 0.55 0.48
Hex 6F 37 BD 29 47 0 1A 109 37 30
Octal 157 67 275 51 107 0 32 411 67 60
Binary 1101111 110111 10111101 101001 1000111 0 11010 100001001 110111 110000

Color Harmonies of #6F37BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F37BD

Black with #6F37BD

Text Example


Text Example

White with #6F37BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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