Html Css Color HEX #6503C5 Purple Heart

📋 copy color: '#6503C5'

red 101 ◦ green 3 ◦ blue 197

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

Shades of Purple Heart #6503C5

Tints of Purple Heart #6503C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 65.45%

R = 33.55%
G = 1%
B = 65.45%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6503C5 (or 0x6503C5) is known color: Purple Heart. HEX triplet: 65, 03 and C5. RGB value is (101,3,197). Sum of RGB (Red+Green+Blue) = 101+3+197=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 197 (77.34% from 255 or 65.45% from 301); Max value from RGB is 197 - color contains mainly: blue. Hex color #6503C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6503C5 is #9AFC3A. Grayscale: #353535. Windows color (decimal): -10157115 or 12911461. OLE color: 12911461.

HSL color Cylindrical-coordinate representation of color #6503C5: hue angle of 270.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6503C5 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 101 3 197 -
CMYK 0.49 0.98 0 0.23
HSL 270.31º 0.97% 0.39% -
HSV(B) 270.31º 0.98% 0.77% -
XYZ 15.48 6.86 53.33 -
YUV 54.42 208.47 161.23 -
System Red Green Blue C M Y K H S L
Decimal 101 3 197 0.49 0.98 0 0.23 270.31 0.97 0.39
Hex 65 3 C5 31 62 0 17 10E 61 27
Octal 145 3 305 61 142 0 27 416 141 47
Binary 1100101 11 11000101 110001 1100010 0 10111 100001110 1100001 100111

Color Harmonies of #6503C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6503C5

Black with #6503C5

Text Example


Text Example

White with #6503C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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