Html Css Color HEX #530ACC Purple Heart

📋 copy color: '#530ACC'

red 83 ◦ green 10 ◦ blue 204

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

Shades of Purple Heart #530ACC

Tints of Purple Heart #530ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.37%

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

R = 27.95%
G = 3.37%
B = 68.69%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#530ACC (or 0x530ACC) is known color: Purple Heart. HEX triplet: 53, 0A and CC. RGB value is (83,10,204). Sum of RGB (Red+Green+Blue) = 83+10+204=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #530ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530ACC is #ACF533. Grayscale: #353535. Windows color (decimal): -11334964 or 13371987. OLE color: 13371987.

HSL color Cylindrical-coordinate representation of color #530ACC: hue angle of 262.58º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530ACC is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 10 204 -
CMYK 0.59 0.95 0 0.2
HSL 262.58º 0.91% 0.42% -
HSV(B) 262.58º 0.95% 0.8% -
XYZ 14.57 6.42 57.6 -
YUV 53.94 212.68 148.73 -
System Red Green Blue C M Y K H S L
Decimal 83 10 204 0.59 0.95 0 0.2 262.58 0.91 0.42
Hex 53 A CC 3B 5F 0 14 107 5B 2A
Octal 123 12 314 73 137 0 24 407 133 52
Binary 1010011 1010 11001100 111011 1011111 0 10100 100000111 1011011 101010

Color Harmonies of #530ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530ACC

Black with #530ACC

Text Example


Text Example

White with #530ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530ACC; }

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

 H1.HeaderClassName
 {
   color: #530ACC;
 }
 .AnyTagClassName
 {
   color: #530ACC;
 }
</style>

background-color css

<style>
 a { background-color: #530ACC; }

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

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

border-color css

<style>
 span { border-color: #530ACC; }

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

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