Html Css Color HEX #6D36CB Purple Heart

📋 copy color: '#6D36CB'

red 109 ◦ green 54 ◦ blue 203

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

Shades of Purple Heart #6D36CB

Tints of Purple Heart #6D36CB

RGB

 RED value IS 109 (42.97% from 255) = 29.78%

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

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

R = 29.78%
G = 14.75%
B = 55.46%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D36CB (or 0x6D36CB) is known color: Purple Heart. HEX triplet: 6D, 36 and CB. RGB value is (109,54,203). Sum of RGB (Red+Green+Blue) = 109+54+203=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D36CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D36CB is #92C934. Grayscale: #565656. Windows color (decimal): -9619765 or 13317741. OLE color: 13317741.

HSL color Cylindrical-coordinate representation of color #6D36CB: hue angle of 262.15º 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 #6D36CB is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 54 203 -
CMYK 0.46 0.73 0 0.20
HSL 262.15º 0.59% 0.5% -
HSV(B) 262.15º 0.73% 0.8% -
XYZ 18.41 10.2 57.5 -
YUV 87.43 193.22 143.38 -
System Red Green Blue C M Y K H S L
Decimal 109 54 203 0.46 0.73 0 0.20 262.15 0.59 0.5
Hex 6D 36 CB 2E 49 0 14 106 3B 32
Octal 155 66 313 56 111 0 24 406 73 62
Binary 1101101 110110 11001011 101110 1001001 0 10100 100000110 111011 110010

Color Harmonies of #6D36CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D36CB

Black with #6D36CB

Text Example


Text Example

White with #6D36CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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