Html Css Color HEX #530DB1 Purple Heart

📋 copy color: '#530DB1'

red 83 ◦ green 13 ◦ blue 177

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

Shades of Purple Heart #530DB1

Tints of Purple Heart #530DB1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.76%

 BLUE value IS 177 (69.53% from 255) = 64.84%

R = 30.4%
G = 4.76%
B = 64.84%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#530DB1 (or 0x530DB1) is known color: Purple Heart. HEX triplet: 53, 0D and B1. RGB value is (83,13,177). Sum of RGB (Red+Green+Blue) = 83+13+177=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 177 (69.53% from 255 or 64.84% from 273); Max value from RGB is 177 - color contains mainly: blue. Hex color #530DB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530DB1 is #ACF24E. Grayscale: #343434. Windows color (decimal): -11334223 or 11603283. OLE color: 11603283.

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

Color convert

RGB 83 13 177 -
CMYK 0.53 0.93 0 0.31
HSL 265.61º 0.86% 0.37% -
HSV(B) 265.61º 0.93% 0.69% -
XYZ 11.65 5.3 42 -
YUV 52.63 198.19 149.66 -
System Red Green Blue C M Y K H S L
Decimal 83 13 177 0.53 0.93 0 0.31 265.61 0.86 0.37
Hex 53 D B1 35 5D 0 1F 10A 56 25
Octal 123 15 261 65 135 0 37 412 126 45
Binary 1010011 1101 10110001 110101 1011101 0 11111 100001010 1010110 100101

Color Harmonies of #530DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530DB1

Black with #530DB1

Text Example


Text Example

White with #530DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,13,177); }

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

background-color css

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

 a { background-color: rgb(83,13,177); }

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

border-color css

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

 span { border-color: rgb(83,13,177); }

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