Html Css Color HEX #6F36CB Purple Heart

📋 copy color: '#6F36CB'

red 111 ◦ green 54 ◦ blue 203

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

Shades of Purple Heart #6F36CB

Tints of Purple Heart #6F36CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.16%

R = 30.16%
G = 14.67%
B = 55.16%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F36CB (or 0x6F36CB) is known color: Purple Heart. HEX triplet: 6F, 36 and CB. RGB value is (111,54,203). Sum of RGB (Red+Green+Blue) = 111+54+203=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F36CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F36CB is #90C934. Grayscale: #575757. Windows color (decimal): -9488693 or 13317743. OLE color: 13317743.

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

Color convert

RGB 111 54 203 -
CMYK 0.45 0.73 0 0.20
HSL 262.95º 0.59% 0.5% -
HSV(B) 262.95º 0.73% 0.8% -
XYZ 18.65 10.33 57.51 -
YUV 88.03 192.88 144.38 -
System Red Green Blue C M Y K H S L
Decimal 111 54 203 0.45 0.73 0 0.20 262.95 0.59 0.5
Hex 6F 36 CB 2D 49 0 14 107 3B 32
Octal 157 66 313 55 111 0 24 407 73 62
Binary 1101111 110110 11001011 101101 1001001 0 10100 100000111 111011 110010

Color Harmonies of #6F36CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F36CB

Black with #6F36CB

Text Example


Text Example

White with #6F36CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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