Html Css Color HEX #530DBC Purple Heart

📋 copy color: '#530DBC'

red 83 ◦ green 13 ◦ blue 188

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

Shades of Purple Heart #530DBC

Tints of Purple Heart #530DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 29.23%
G = 4.58%
B = 66.2%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#530DBC (or 0x530DBC) is known color: Purple Heart. HEX triplet: 53, 0D and BC. RGB value is (83,13,188). Sum of RGB (Red+Green+Blue) = 83+13+188=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #530DBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530DBC is #ACF243. Grayscale: #353535. Windows color (decimal): -11334212 or 12324179. OLE color: 12324179.

HSL color Cylindrical-coordinate representation of color #530DBC: hue angle of 264º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530DBC is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 13 188 -
CMYK 0.56 0.93 0 0.26
HSL 264º 0.87% 0.39% -
HSV(B) 264º 0.93% 0.74% -
XYZ 12.79 5.76 48.01 -
YUV 53.88 203.69 148.77 -
System Red Green Blue C M Y K H S L
Decimal 83 13 188 0.56 0.93 0 0.26 264 0.87 0.39
Hex 53 D BC 38 5D 0 1A 108 57 27
Octal 123 15 274 70 135 0 32 410 127 47
Binary 1010011 1101 10111100 111000 1011101 0 11010 100001000 1010111 100111

Color Harmonies of #530DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530DBC

Black with #530DBC

Text Example


Text Example

White with #530DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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