Html Css Color HEX #5204CC Purple Heart

📋 copy color: '#5204CC'

red 82 ◦ green 4 ◦ blue 204

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

Shades of Purple Heart #5204CC

Tints of Purple Heart #5204CC

RGB

 RED value IS 82 (32.42% from 255) = 28.28%

 GREEN value IS 4 (1.95% from 255) = 1.38%

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

R = 28.28%
G = 1.38%
B = 70.34%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5204CC (or 0x5204CC) is known color: Purple Heart. HEX triplet: 52, 04 and CC. RGB value is (82,4,204). Sum of RGB (Red+Green+Blue) = 82+4+204=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #5204CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5204CC is #ADFB33. Grayscale: #313131. Windows color (decimal): -11402036 or 13370450. OLE color: 13370450.

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

Color convert

RGB 82 4 204 -
CMYK 0.60 0.98 0 0.2
HSL 263.4º 0.96% 0.41% -
HSV(B) 263.4º 0.98% 0.8% -
XYZ 14.42 6.24 57.57 -
YUV 50.12 214.84 150.74 -
System Red Green Blue C M Y K H S L
Decimal 82 4 204 0.60 0.98 0 0.2 263.4 0.96 0.41
Hex 52 4 CC 3C 62 0 14 107 60 29
Octal 122 4 314 74 142 0 24 407 140 51
Binary 1010010 100 11001100 111100 1100010 0 10100 100000111 1100000 101001

Color Harmonies of #5204CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5204CC

Black with #5204CC

Text Example


Text Example

White with #5204CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,4,204); }

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

background-color css

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

 a { background-color: rgb(82,4,204); }

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

border-color css

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

 span { border-color: rgb(82,4,204); }

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