Html Css Color HEX #6F36BB Purple Heart

📋 copy color: '#6F36BB'

red 111 ◦ green 54 ◦ blue 187

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

Shades of Purple Heart #6F36BB

Tints of Purple Heart #6F36BB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.34%

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

R = 31.53%
G = 15.34%
B = 53.13%

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

#6F36BB (or 0x6F36BB) is known color: Purple Heart. HEX triplet: 6F, 36 and BB. RGB value is (111,54,187). Sum of RGB (Red+Green+Blue) = 111+54+187=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F36BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F36BB is #90C944. Grayscale: #555555. Windows color (decimal): -9488709 or 12269167. OLE color: 12269167.

HSL color Cylindrical-coordinate representation of color #6F36BB: hue angle of 265.71º 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 #6F36BB is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 54 187 -
CMYK 0.41 0.71 0 0.27
HSL 265.71º 0.55% 0.47% -
HSV(B) 265.71º 0.71% 0.73% -
XYZ 16.84 9.61 47.98 -
YUV 86.21 184.88 145.69 -
System Red Green Blue C M Y K H S L
Decimal 111 54 187 0.41 0.71 0 0.27 265.71 0.55 0.47
Hex 6F 36 BB 29 47 0 1B 10A 37 2F
Octal 157 66 273 51 107 0 33 412 67 57
Binary 1101111 110110 10111011 101001 1000111 0 11011 100001010 110111 101111

Color Harmonies of #6F36BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F36BB

Black with #6F36BB

Text Example


Text Example

White with #6F36BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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