Html Css Color HEX #6A37CA Purple Heart

📋 copy color: '#6A37CA'

red 106 ◦ green 55 ◦ blue 202

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

Shades of Purple Heart #6A37CA

Tints of Purple Heart #6A37CA

RGB

 RED value IS 106 (41.8% from 255) = 29.2%

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

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

R = 29.2%
G = 15.15%
B = 55.65%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6A37CA (or 0x6A37CA) is known color: Purple Heart. HEX triplet: 6A, 37 and CA. RGB value is (106,55,202). Sum of RGB (Red+Green+Blue) = 106+55+202=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 55 (21.88% from 255 or 15.15% 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 #6A37CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A37CA is #95C835. Grayscale: #565656. Windows color (decimal): -9816118 or 13252458. OLE color: 13252458.

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

Color convert

RGB 106 55 202 -
CMYK 0.48 0.73 0 0.21
HSL 260.82º 0.58% 0.5% -
HSV(B) 260.82º 0.73% 0.79% -
XYZ 17.97 10.06 56.87 -
YUV 87.01 192.9 141.55 -
System Red Green Blue C M Y K H S L
Decimal 106 55 202 0.48 0.73 0 0.21 260.82 0.58 0.5
Hex 6A 37 CA 30 49 0 15 105 3A 32
Octal 152 67 312 60 111 0 25 405 72 62
Binary 1101010 110111 11001010 110000 1001001 0 10101 100000101 111010 110010

Color Harmonies of #6A37CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A37CA

Black with #6A37CA

Text Example


Text Example

White with #6A37CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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