Html Css Color HEX #5302CC Purple Heart

📋 copy color: '#5302CC'

red 83 ◦ green 2 ◦ blue 204

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

Shades of Purple Heart #5302CC

Tints of Purple Heart #5302CC

RGB

 RED value IS 83 (32.81% from 255) = 28.72%

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 28.72%
G = 0.69%
B = 70.59%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5302CC (or 0x5302CC) is known color: Purple Heart. HEX triplet: 53, 02 and CC. RGB value is (83,2,204). Sum of RGB (Red+Green+Blue) = 83+2+204=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #5302CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5302CC is #ACFD33. Grayscale: #303030. Windows color (decimal): -11337012 or 13369939. OLE color: 13369939.

HSL color Cylindrical-coordinate representation of color #5302CC: hue angle of 264.06º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5302CC is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 2 204 -
CMYK 0.59 0.99 0 0.2
HSL 264.06º 0.98% 0.4% -
HSV(B) 264.06º 0.99% 0.8% -
XYZ 14.49 6.24 57.57 -
YUV 49.25 215.34 152.07 -
System Red Green Blue C M Y K H S L
Decimal 83 2 204 0.59 0.99 0 0.2 264.06 0.98 0.4
Hex 53 2 CC 3B 63 0 14 108 62 28
Octal 123 2 314 73 143 0 24 410 142 50
Binary 1010011 10 11001100 111011 1100011 0 10100 100001000 1100010 101000

Color Harmonies of #5302CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5302CC

Black with #5302CC

Text Example


Text Example

White with #5302CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,2,204); }

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

background-color css

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

 a { background-color: rgb(83,2,204); }

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

border-color css

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

 span { border-color: rgb(83,2,204); }

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