Html Css Color HEX #6D36BF Purple Heart

📋 copy color: '#6D36BF'

red 109 ◦ green 54 ◦ blue 191

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

Shades of Purple Heart #6D36BF

Tints of Purple Heart #6D36BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.95%

R = 30.79%
G = 15.25%
B = 53.95%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D36BF (or 0x6D36BF) is known color: Purple Heart. HEX triplet: 6D, 36 and BF. RGB value is (109,54,191). Sum of RGB (Red+Green+Blue) = 109+54+191=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D36BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D36BF is #92C940. Grayscale: #555555. Windows color (decimal): -9619777 or 12531309. OLE color: 12531309.

HSL color Cylindrical-coordinate representation of color #6D36BF: hue angle of 264.09º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D36BF is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 54 191 -
CMYK 0.43 0.72 0 0.25
HSL 264.09º 0.56% 0.48% -
HSV(B) 264.09º 0.72% 0.75% -
XYZ 17.03 9.65 50.26 -
YUV 86.06 187.22 144.36 -
System Red Green Blue C M Y K H S L
Decimal 109 54 191 0.43 0.72 0 0.25 264.09 0.56 0.48
Hex 6D 36 BF 2B 48 0 19 108 38 30
Octal 155 66 277 53 110 0 31 410 70 60
Binary 1101101 110110 10111111 101011 1001000 0 11001 100001000 111000 110000

Color Harmonies of #6D36BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D36BF

Black with #6D36BF

Text Example


Text Example

White with #6D36BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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