Html Css Color HEX #530ABF Purple Heart

📋 copy color: '#530ABF'

red 83 ◦ green 10 ◦ blue 191

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

Shades of Purple Heart #530ABF

Tints of Purple Heart #530ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.25%

R = 29.23%
G = 3.52%
B = 67.25%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#530ABF (or 0x530ABF) is known color: Purple Heart. HEX triplet: 53, 0A and BF. RGB value is (83,10,191). Sum of RGB (Red+Green+Blue) = 83+10+191=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 191 (75% from 255 or 67.25% from 284); Max value from RGB is 191 - color contains mainly: blue. Hex color #530ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530ABF is #ACF540. Grayscale: #333333. Windows color (decimal): -11334977 or 12520019. OLE color: 12520019.

HSL color Cylindrical-coordinate representation of color #530ABF: hue angle of 264.2º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530ABF is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 10 191 -
CMYK 0.57 0.95 0 0.25
HSL 264.2º 0.9% 0.39% -
HSV(B) 264.2º 0.95% 0.75% -
XYZ 13.08 5.82 49.72 -
YUV 52.46 206.18 149.78 -
System Red Green Blue C M Y K H S L
Decimal 83 10 191 0.57 0.95 0 0.25 264.2 0.9 0.39
Hex 53 A BF 39 5F 0 19 108 5A 27
Octal 123 12 277 71 137 0 31 410 132 47
Binary 1010011 1010 10111111 111001 1011111 0 11001 100001000 1011010 100111

Color Harmonies of #530ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530ABF

Black with #530ABF

Text Example


Text Example

White with #530ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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