Html Css Color HEX #530EB6 Purple Heart

📋 copy color: '#530EB6'

red 83 ◦ green 14 ◦ blue 182

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

Shades of Purple Heart #530EB6

Tints of Purple Heart #530EB6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.02%

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

R = 29.75%
G = 5.02%
B = 65.23%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#530EB6 (or 0x530EB6) is known color: Purple Heart. HEX triplet: 53, 0E and B6. RGB value is (83,14,182). Sum of RGB (Red+Green+Blue) = 83+14+182=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 182 (71.48% from 255 or 65.23% from 279); Max value from RGB is 182 - color contains mainly: blue. Hex color #530EB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530EB6 is #ACF149. Grayscale: #353535. Windows color (decimal): -11333962 or 11931219. OLE color: 11931219.

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

Color convert

RGB 83 14 182 -
CMYK 0.54 0.92 0 0.29
HSL 264.64º 0.86% 0.38% -
HSV(B) 264.64º 0.92% 0.71% -
XYZ 12.17 5.53 44.68 -
YUV 53.78 200.36 148.84 -
System Red Green Blue C M Y K H S L
Decimal 83 14 182 0.54 0.92 0 0.29 264.64 0.86 0.38
Hex 53 E B6 36 5C 0 1D 109 56 26
Octal 123 16 266 66 134 0 35 411 126 46
Binary 1010011 1110 10110110 110110 1011100 0 11101 100001001 1010110 100110

Color Harmonies of #530EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530EB6

Black with #530EB6

Text Example


Text Example

White with #530EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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