Html Css Color HEX #6503CC Purple Heart

📋 copy color: '#6503CC'

red 101 ◦ green 3 ◦ blue 204

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

Shades of Purple Heart #6503CC

Tints of Purple Heart #6503CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.23%

R = 32.79%
G = 0.97%
B = 66.23%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6503CC (or 0x6503CC) is known color: Purple Heart. HEX triplet: 65, 03 and CC. RGB value is (101,3,204). Sum of RGB (Red+Green+Blue) = 101+3+204=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #6503CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6503CC is #9AFC33. Grayscale: #363636. Windows color (decimal): -10157108 or 13370213. OLE color: 13370213.

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

Color convert

RGB 101 3 204 -
CMYK 0.50 0.99 0 0.2
HSL 269.25º 0.97% 0.41% -
HSV(B) 269.25º 0.99% 0.8% -
XYZ 16.3 7.19 57.66 -
YUV 55.22 211.97 160.66 -
System Red Green Blue C M Y K H S L
Decimal 101 3 204 0.50 0.99 0 0.2 269.25 0.97 0.41
Hex 65 3 CC 32 63 0 14 10D 61 29
Octal 145 3 314 62 143 0 24 415 141 51
Binary 1100101 11 11001100 110010 1100011 0 10100 100001101 1100001 101001

Color Harmonies of #6503CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6503CC

Black with #6503CC

Text Example


Text Example

White with #6503CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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