Html Css Color HEX #6541CA Purple Heart

📋 copy color: '#6541CA'

red 101 ◦ green 65 ◦ blue 202

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

Shades of Purple Heart #6541CA

Tints of Purple Heart #6541CA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.66%

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

R = 27.45%
G = 17.66%
B = 54.89%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6541CA (or 0x6541CA) is known color: Purple Heart. HEX triplet: 65, 41 and CA. RGB value is (101,65,202). Sum of RGB (Red+Green+Blue) = 101+65+202=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #6541CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6541CA is #9ABE35. Grayscale: #5A5A5A. Windows color (decimal): -10141238 or 13255013. OLE color: 13255013.

HSL color Cylindrical-coordinate representation of color #6541CA: hue angle of 255.77º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6541CA is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 65 202 -
CMYK 0.50 0.68 0 0.21
HSL 255.77º 0.56% 0.52% -
HSV(B) 255.77º 0.68% 0.79% -
XYZ 17.92 10.81 57.02 -
YUV 91.38 190.43 134.86 -
System Red Green Blue C M Y K H S L
Decimal 101 65 202 0.50 0.68 0 0.21 255.77 0.56 0.52
Hex 65 41 CA 32 44 0 15 100 38 34
Octal 145 101 312 62 104 0 25 400 70 64
Binary 1100101 1000001 11001010 110010 1000100 0 10101 100000000 111000 110100

Color Harmonies of #6541CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6541CA

Black with #6541CA

Text Example


Text Example

White with #6541CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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