Html Css Color HEX #6C37CA Purple Heart

📋 copy color: '#6C37CA'

red 108 ◦ green 55 ◦ blue 202

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

Shades of Purple Heart #6C37CA

Tints of Purple Heart #6C37CA

RGB

 RED value IS 108 (42.58% from 255) = 29.59%

 GREEN value IS 55 (21.88% from 255) = 15.07%

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

R = 29.59%
G = 15.07%
B = 55.34%

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

#6C37CA (or 0x6C37CA) is known color: Purple Heart. HEX triplet: 6C, 37 and CA. RGB value is (108,55,202). Sum of RGB (Red+Green+Blue) = 108+55+202=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C37CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C37CA is #93C835. Grayscale: #575757. Windows color (decimal): -9685046 or 13252460. OLE color: 13252460.

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

Color convert

RGB 108 55 202 -
CMYK 0.47 0.73 0 0.21
HSL 261.63º 0.58% 0.5% -
HSV(B) 261.63º 0.73% 0.79% -
XYZ 18.21 10.18 56.88 -
YUV 87.61 192.56 142.55 -
System Red Green Blue C M Y K H S L
Decimal 108 55 202 0.47 0.73 0 0.21 261.63 0.58 0.5
Hex 6C 37 CA 2F 49 0 15 106 3A 32
Octal 154 67 312 57 111 0 25 406 72 62
Binary 1101100 110111 11001010 101111 1001001 0 10101 100000110 111010 110010

Color Harmonies of #6C37CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C37CA

Black with #6C37CA

Text Example


Text Example

White with #6C37CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,55,202); }

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

background-color css

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

 a { background-color: rgb(108,55,202); }

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

border-color css

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

 span { border-color: rgb(108,55,202); }

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