Html Css Color HEX #530BAE Purple Heart

📋 copy color: '#530BAE'

red 83 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #530BAE

Tints of Purple Heart #530BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.1%

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

R = 30.97%
G = 4.1%
B = 64.93%

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

#530BAE (or 0x530BAE) is known color: Purple Heart. HEX triplet: 53, 0B and AE. RGB value is (83,11,174). Sum of RGB (Red+Green+Blue) = 83+11+174=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #530BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530BAE is #ACF451. Grayscale: #323232. Windows color (decimal): -11334738 or 11406163. OLE color: 11406163.

HSL color Cylindrical-coordinate representation of color #530BAE: hue angle of 266.5º degrees, saturation: 0.88, 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 #530BAE is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 11 174 -
CMYK 0.52 0.94 0 0.32
HSL 266.5º 0.88% 0.36% -
HSV(B) 266.5º 0.94% 0.68% -
XYZ 11.33 5.13 40.44 -
YUV 51.11 197.35 150.75 -
System Red Green Blue C M Y K H S L
Decimal 83 11 174 0.52 0.94 0 0.32 266.5 0.88 0.36
Hex 53 B AE 34 5E 0 20 10B 58 24
Octal 123 13 256 64 136 0 40 413 130 44
Binary 1010011 1011 10101110 110100 1011110 0 100000 100001011 1011000 100100

Color Harmonies of #530BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530BAE

Black with #530BAE

Text Example


Text Example

White with #530BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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