Html Css Color HEX #530CAE Purple Heart

📋 copy color: '#530CAE'

red 83 ◦ green 12 ◦ blue 174

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

Shades of Purple Heart #530CAE

Tints of Purple Heart #530CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.68%

R = 30.86%
G = 4.46%
B = 64.68%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#530CAE (or 0x530CAE) is known color: Purple Heart. HEX triplet: 53, 0C and AE. RGB value is (83,12,174). Sum of RGB (Red+Green+Blue) = 83+12+174=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #530CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530CAE is #ACF351. Grayscale: #333333. Windows color (decimal): -11334482 or 11406419. OLE color: 11406419.

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

Color convert

RGB 83 12 174 -
CMYK 0.52 0.93 0 0.32
HSL 266.3º 0.87% 0.36% -
HSV(B) 266.3º 0.93% 0.68% -
XYZ 11.34 5.16 40.44 -
YUV 51.7 197.02 150.33 -
System Red Green Blue C M Y K H S L
Decimal 83 12 174 0.52 0.93 0 0.32 266.3 0.87 0.36
Hex 53 C AE 34 5D 0 20 10A 57 24
Octal 123 14 256 64 135 0 40 412 127 44
Binary 1010011 1100 10101110 110100 1011101 0 100000 100001010 1010111 100100

Color Harmonies of #530CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530CAE

Black with #530CAE

Text Example


Text Example

White with #530CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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