Html Css Color HEX #6F37BB Purple Heart

📋 copy color: '#6F37BB'

red 111 ◦ green 55 ◦ blue 187

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

Shades of Purple Heart #6F37BB

Tints of Purple Heart #6F37BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.97%

R = 31.44%
G = 15.58%
B = 52.97%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F37BB (or 0x6F37BB) is known color: Purple Heart. HEX triplet: 6F, 37 and BB. RGB value is (111,55,187). Sum of RGB (Red+Green+Blue) = 111+55+187=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F37BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F37BB is #90C844. Grayscale: #565656. Windows color (decimal): -9488453 or 12269423. OLE color: 12269423.

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

Color convert

RGB 111 55 187 -
CMYK 0.41 0.71 0 0.27
HSL 265.45º 0.55% 0.47% -
HSV(B) 265.45º 0.71% 0.73% -
XYZ 16.89 9.7 48 -
YUV 86.79 184.55 145.27 -
System Red Green Blue C M Y K H S L
Decimal 111 55 187 0.41 0.71 0 0.27 265.45 0.55 0.47
Hex 6F 37 BB 29 47 0 1B 109 37 2F
Octal 157 67 273 51 107 0 33 411 67 57
Binary 1101111 110111 10111011 101001 1000111 0 11011 100001001 110111 101111

Color Harmonies of #6F37BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F37BB

Black with #6F37BB

Text Example


Text Example

White with #6F37BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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