Html Css Color HEX #530AAD Purple Heart

📋 copy color: '#530AAD'

red 83 ◦ green 10 ◦ blue 173

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

Shades of Purple Heart #530AAD

Tints of Purple Heart #530AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 65.04%

R = 31.2%
G = 3.76%
B = 65.04%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#530AAD (or 0x530AAD) is known color: Purple Heart. HEX triplet: 53, 0A and AD. RGB value is (83,10,173). Sum of RGB (Red+Green+Blue) = 83+10+173=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #530AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530AAD is #ACF552. Grayscale: #313131. Windows color (decimal): -11334995 or 11340371. OLE color: 11340371.

HSL color Cylindrical-coordinate representation of color #530AAD: hue angle of 266.87º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530AAD is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 10 173 -
CMYK 0.52 0.94 0 0.32
HSL 266.87º 0.89% 0.36% -
HSV(B) 266.87º 0.94% 0.68% -
XYZ 11.22 5.07 39.92 -
YUV 50.41 197.18 151.25 -
System Red Green Blue C M Y K H S L
Decimal 83 10 173 0.52 0.94 0 0.32 266.87 0.89 0.36
Hex 53 A AD 34 5E 0 20 10B 59 24
Octal 123 12 255 64 136 0 40 413 131 44
Binary 1010011 1010 10101101 110100 1011110 0 100000 100001011 1011001 100100

Color Harmonies of #530AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530AAD

Black with #530AAD

Text Example


Text Example

White with #530AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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