Html Css Color HEX #530CAC Purple Heart

📋 copy color: '#530CAC'

red 83 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #530CAC

Tints of Purple Heart #530CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.49%

 BLUE value IS 172 (67.58% from 255) = 64.42%

R = 31.09%
G = 4.49%
B = 64.42%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#530CAC (or 0x530CAC) is known color: Purple Heart. HEX triplet: 53, 0C and AC. RGB value is (83,12,172). Sum of RGB (Red+Green+Blue) = 83+12+172=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #530CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530CAC is #ACF353. Grayscale: #323232. Windows color (decimal): -11334484 or 11275347. OLE color: 11275347.

HSL color Cylindrical-coordinate representation of color #530CAC: hue angle of 266.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530CAC is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 12 172 -
CMYK 0.52 0.93 0 0.33
HSL 266.63º 0.87% 0.36% -
HSV(B) 266.63º 0.93% 0.67% -
XYZ 11.15 5.08 39.42 -
YUV 51.47 196.02 150.49 -
System Red Green Blue C M Y K H S L
Decimal 83 12 172 0.52 0.93 0 0.33 266.63 0.87 0.36
Hex 53 C AC 34 5D 0 21 10B 57 24
Octal 123 14 254 64 135 0 41 413 127 44
Binary 1010011 1100 10101100 110100 1011101 0 100001 100001011 1010111 100100

Color Harmonies of #530CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530CAC

Black with #530CAC

Text Example


Text Example

White with #530CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,12,172); }

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

background-color css

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

 a { background-color: rgb(83,12,172); }

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

border-color css

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

 span { border-color: rgb(83,12,172); }

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