Html Css Color HEX #530DB6 Purple Heart

📋 copy color: '#530DB6'

red 83 ◦ green 13 ◦ blue 182

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

Shades of Purple Heart #530DB6

Tints of Purple Heart #530DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 65.47%

R = 29.86%
G = 4.68%
B = 65.47%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#530DB6 (or 0x530DB6) is known color: Purple Heart. HEX triplet: 53, 0D and B6. RGB value is (83,13,182). Sum of RGB (Red+Green+Blue) = 83+13+182=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 182 (71.48% from 255 or 65.47% from 278); Max value from RGB is 182 - color contains mainly: blue. Hex color #530DB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530DB6 is #ACF249. Grayscale: #343434. Windows color (decimal): -11334218 or 11930963. OLE color: 11930963.

HSL color Cylindrical-coordinate representation of color #530DB6: hue angle of 264.85º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530DB6 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 13 182 -
CMYK 0.54 0.93 0 0.29
HSL 264.85º 0.87% 0.38% -
HSV(B) 264.85º 0.93% 0.71% -
XYZ 12.15 5.5 44.68 -
YUV 53.2 200.69 149.26 -
System Red Green Blue C M Y K H S L
Decimal 83 13 182 0.54 0.93 0 0.29 264.85 0.87 0.38
Hex 53 D B6 36 5D 0 1D 109 57 26
Octal 123 15 266 66 135 0 35 411 127 46
Binary 1010011 1101 10110110 110110 1011101 0 11101 100001001 1010111 100110

Color Harmonies of #530DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530DB6

Black with #530DB6

Text Example


Text Example

White with #530DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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