Html Css Color HEX #6537CA Purple Heart

📋 copy color: '#6537CA'

red 101 ◦ green 55 ◦ blue 202

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

Shades of Purple Heart #6537CA

Tints of Purple Heart #6537CA

RGB

 RED value IS 101 (39.84% from 255) = 28.21%

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

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

R = 28.21%
G = 15.36%
B = 56.42%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6537CA (or 0x6537CA) is known color: Purple Heart. HEX triplet: 65, 37 and CA. RGB value is (101,55,202). Sum of RGB (Red+Green+Blue) = 101+55+202=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #6537CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6537CA is #9AC835. Grayscale: #545454. Windows color (decimal): -10143798 or 13252453. OLE color: 13252453.

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

Color convert

RGB 101 55 202 -
CMYK 0.50 0.73 0 0.21
HSL 258.78º 0.58% 0.5% -
HSV(B) 258.78º 0.73% 0.79% -
XYZ 17.39 9.76 56.84 -
YUV 85.51 193.74 139.05 -
System Red Green Blue C M Y K H S L
Decimal 101 55 202 0.50 0.73 0 0.21 258.78 0.58 0.5
Hex 65 37 CA 32 49 0 15 103 3A 32
Octal 145 67 312 62 111 0 25 403 72 62
Binary 1100101 110111 11001010 110010 1001001 0 10101 100000011 111010 110010

Color Harmonies of #6537CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6537CA

Black with #6537CA

Text Example


Text Example

White with #6537CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6537CA; }

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

 H1.HeaderClassName
 {
   color: #6537CA;
 }
 .AnyTagClassName
 {
   color: #6537CA;
 }
</style>

background-color css

<style>
 a { background-color: #6537CA; }

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

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

border-color css

<style>
 span { border-color: #6537CA; }

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

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