Html Css Color HEX #6502CD Purple Heart

📋 copy color: '#6502CD'

red 101 ◦ green 2 ◦ blue 205

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

Shades of Purple Heart #6502CD

Tints of Purple Heart #6502CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.56%

R = 32.79%
G = 0.65%
B = 66.56%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6502CD (or 0x6502CD) is known color: Purple Heart. HEX triplet: 65, 02 and CD. RGB value is (101,2,205). Sum of RGB (Red+Green+Blue) = 101+2+205=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #6502CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502CD is #9AFD32. Grayscale: #363636. Windows color (decimal): -10157363 or 13435493. OLE color: 13435493.

HSL color Cylindrical-coordinate representation of color #6502CD: hue angle of 269.26º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502CD is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 2 205 -
CMYK 0.51 0.99 0 0.20
HSL 269.26º 0.98% 0.41% -
HSV(B) 269.26º 0.99% 0.8% -
XYZ 16.41 7.22 58.29 -
YUV 54.74 212.8 160.99 -
System Red Green Blue C M Y K H S L
Decimal 101 2 205 0.51 0.99 0 0.20 269.26 0.98 0.41
Hex 65 2 CD 33 63 0 14 10D 62 29
Octal 145 2 315 63 143 0 24 415 142 51
Binary 1100101 10 11001101 110011 1100011 0 10100 100001101 1100010 101001

Color Harmonies of #6502CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6502CD

Black with #6502CD

Text Example


Text Example

White with #6502CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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