Html Css Color HEX #6B36CA Purple Heart

📋 copy color: '#6B36CA'

red 107 ◦ green 54 ◦ blue 202

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

Shades of Purple Heart #6B36CA

Tints of Purple Heart #6B36CA

RGB

 RED value IS 107 (42.19% from 255) = 29.48%

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

 BLUE value IS 202 (79.3% from 255) = 55.65%

R = 29.48%
G = 14.88%
B = 55.65%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6B36CA (or 0x6B36CA) is known color: Purple Heart. HEX triplet: 6B, 36 and CA. RGB value is (107,54,202). Sum of RGB (Red+Green+Blue) = 107+54+202=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B36CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B36CA is #94C935. Grayscale: #565656. Windows color (decimal): -9750838 or 13252203. OLE color: 13252203.

HSL color Cylindrical-coordinate representation of color #6B36CA: hue angle of 261.49º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B36CA is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 54 202 -
CMYK 0.47 0.73 0 0.21
HSL 261.49º 0.58% 0.5% -
HSV(B) 261.49º 0.73% 0.79% -
XYZ 18.04 10.03 56.86 -
YUV 86.72 193.06 142.47 -
System Red Green Blue C M Y K H S L
Decimal 107 54 202 0.47 0.73 0 0.21 261.49 0.58 0.5
Hex 6B 36 CA 2F 49 0 15 105 3A 32
Octal 153 66 312 57 111 0 25 405 72 62
Binary 1101011 110110 11001010 101111 1001001 0 10101 100000101 111010 110010

Color Harmonies of #6B36CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B36CA

Black with #6B36CA

Text Example


Text Example

White with #6B36CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,54,202); }

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

background-color css

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

 a { background-color: rgb(107,54,202); }

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

border-color css

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

 span { border-color: rgb(107,54,202); }

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