Html Css Color HEX #6503AD Purple Heart

📋 copy color: '#6503AD'

red 101 ◦ green 3 ◦ blue 173

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

Shades of Purple Heart #6503AD

Tints of Purple Heart #6503AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 62.45%

R = 36.46%
G = 1.08%
B = 62.45%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6503AD (or 0x6503AD) is known color: Purple Heart. HEX triplet: 65, 03 and AD. RGB value is (101,3,173). Sum of RGB (Red+Green+Blue) = 101+3+173=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #6503AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6503AD is #9AFC52. Grayscale: #333333. Windows color (decimal): -10157139 or 11338597. OLE color: 11338597.

HSL color Cylindrical-coordinate representation of color #6503AD: hue angle of 274.59º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6503AD is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 3 173 -
CMYK 0.42 0.98 0 0.32
HSL 274.59º 0.97% 0.35% -
HSV(B) 274.59º 0.98% 0.68% -
XYZ 12.94 5.85 39.98 -
YUV 51.68 196.47 163.18 -
System Red Green Blue C M Y K H S L
Decimal 101 3 173 0.42 0.98 0 0.32 274.59 0.97 0.35
Hex 65 3 AD 2A 62 0 20 113 61 23
Octal 145 3 255 52 142 0 40 423 141 43
Binary 1100101 11 10101101 101010 1100010 0 100000 100010011 1100001 100011

Color Harmonies of #6503AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6503AD

Black with #6503AD

Text Example


Text Example

White with #6503AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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