Html Css Color HEX #6503C9 Purple Heart

📋 copy color: '#6503C9'

red 101 ◦ green 3 ◦ blue 201

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

Shades of Purple Heart #6503C9

Tints of Purple Heart #6503C9

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

 BLUE value IS 201 (78.91% from 255) = 65.9%

R = 33.11%
G = 0.98%
B = 65.9%

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

#6503C9 (or 0x6503C9) is known color: Purple Heart. HEX triplet: 65, 03 and C9. RGB value is (101,3,201). Sum of RGB (Red+Green+Blue) = 101+3+201=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 201 (78.91% from 255 or 65.90% from 305); Max value from RGB is 201 - color contains mainly: blue. Hex color #6503C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6503C9 is #9AFC36. Grayscale: #363636. Windows color (decimal): -10157111 or 13173605. OLE color: 13173605.

HSL color Cylindrical-coordinate representation of color #6503C9: hue angle of 269.7º degrees, saturation: 0.97, 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 #6503C9 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 3 201 -
CMYK 0.50 0.99 0 0.21
HSL 269.7º 0.97% 0.4% -
HSV(B) 269.7º 0.99% 0.79% -
XYZ 15.94 7.05 55.78 -
YUV 54.87 210.47 160.9 -
System Red Green Blue C M Y K H S L
Decimal 101 3 201 0.50 0.99 0 0.21 269.7 0.97 0.4
Hex 65 3 C9 32 63 0 15 10E 61 28
Octal 145 3 311 62 143 0 25 416 141 50
Binary 1100101 11 11001001 110010 1100011 0 10101 100001110 1100001 101000

Color Harmonies of #6503C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6503C9

Black with #6503C9

Text Example


Text Example

White with #6503C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6503C9; }

 p { color: rgb(101,3,201); }

 H1.HeaderClassName
 {
   color: #6503C9;
 }
 .AnyTagClassName
 {
   color: #6503C9;
 }
</style>

background-color css

<style>
 a { background-color: #6503C9; }

 a { background-color: rgb(101,3,201); }

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

border-color css

<style>
 span { border-color: #6503C9; }

 span { border-color: rgb(101,3,201); }

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