Html Css Color HEX #530BAF Purple Heart

📋 copy color: '#530BAF'

red 83 ◦ green 11 ◦ blue 175

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

Shades of Purple Heart #530BAF

Tints of Purple Heart #530BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.06%

R = 30.86%
G = 4.09%
B = 65.06%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#530BAF (or 0x530BAF) is known color: Purple Heart. HEX triplet: 53, 0B and AF. RGB value is (83,11,175). Sum of RGB (Red+Green+Blue) = 83+11+175=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #530BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530BAF is #ACF450. Grayscale: #323232. Windows color (decimal): -11334737 or 11471699. OLE color: 11471699.

HSL color Cylindrical-coordinate representation of color #530BAF: hue angle of 266.34º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530BAF is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 11 175 -
CMYK 0.53 0.94 0 0.31
HSL 266.34º 0.88% 0.36% -
HSV(B) 266.34º 0.94% 0.69% -
XYZ 11.42 5.17 40.95 -
YUV 51.22 197.85 150.66 -
System Red Green Blue C M Y K H S L
Decimal 83 11 175 0.53 0.94 0 0.31 266.34 0.88 0.36
Hex 53 B AF 35 5E 0 1F 10A 58 24
Octal 123 13 257 65 136 0 37 412 130 44
Binary 1010011 1011 10101111 110101 1011110 0 11111 100001010 1011000 100100

Color Harmonies of #530BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530BAF

Black with #530BAF

Text Example


Text Example

White with #530BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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