Html Css Color HEX #5003CC Purple Heart

📋 copy color: '#5003CC'

red 80 ◦ green 3 ◦ blue 204

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

Shades of Purple Heart #5003CC

Tints of Purple Heart #5003CC

RGB

 RED value IS 80 (31.64% from 255) = 27.87%

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

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

R = 27.87%
G = 1.05%
B = 71.08%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5003CC (or 0x5003CC) is known color: Purple Heart. HEX triplet: 50, 03 and CC. RGB value is (80,3,204). Sum of RGB (Red+Green+Blue) = 80+3+204=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #5003CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5003CC is #AFFC33. Grayscale: #303030. Windows color (decimal): -11533364 or 13370192. OLE color: 13370192.

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

Color convert

RGB 80 3 204 -
CMYK 0.61 0.99 0 0.2
HSL 262.99º 0.97% 0.41% -
HSV(B) 262.99º 0.99% 0.8% -
XYZ 14.24 6.13 57.56 -
YUV 48.94 215.51 150.16 -
System Red Green Blue C M Y K H S L
Decimal 80 3 204 0.61 0.99 0 0.2 262.99 0.97 0.41
Hex 50 3 CC 3D 63 0 14 107 61 29
Octal 120 3 314 75 143 0 24 407 141 51
Binary 1010000 11 11001100 111101 1100011 0 10100 100000111 1100001 101001

Color Harmonies of #5003CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5003CC

Black with #5003CC

Text Example


Text Example

White with #5003CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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