Html Css Color HEX #6502CA Purple Heart

📋 copy color: '#6502CA'

red 101 ◦ green 2 ◦ blue 202

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

Shades of Purple Heart #6502CA

Tints of Purple Heart #6502CA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 33.11%
G = 0.66%
B = 66.23%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6502CA (or 0x6502CA) is known color: Purple Heart. HEX triplet: 65, 02 and CA. RGB value is (101,2,202). Sum of RGB (Red+Green+Blue) = 101+2+202=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #6502CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502CA is #9AFD35. Grayscale: #353535. Windows color (decimal): -10157366 or 13238885. OLE color: 13238885.

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

Color convert

RGB 101 2 202 -
CMYK 0.50 0.99 0 0.21
HSL 269.7º 0.98% 0.4% -
HSV(B) 269.7º 0.99% 0.79% -
XYZ 16.05 7.07 56.4 -
YUV 54.4 211.3 161.24 -
System Red Green Blue C M Y K H S L
Decimal 101 2 202 0.50 0.99 0 0.21 269.7 0.98 0.4
Hex 65 2 CA 32 63 0 15 10E 62 28
Octal 145 2 312 62 143 0 25 416 142 50
Binary 1100101 10 11001010 110010 1100011 0 10101 100001110 1100010 101000

Color Harmonies of #6502CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6502CA

Black with #6502CA

Text Example


Text Example

White with #6502CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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