Html Css Color HEX #530EBC Purple Heart

📋 copy color: '#530EBC'

red 83 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #530EBC

Tints of Purple Heart #530EBC

RGB

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

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

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

R = 29.12%
G = 4.91%
B = 65.96%

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

#530EBC (or 0x530EBC) is known color: Purple Heart. HEX triplet: 53, 0E and BC. RGB value is (83,14,188). Sum of RGB (Red+Green+Blue) = 83+14+188=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #530EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530EBC is #ACF143. Grayscale: #353535. Windows color (decimal): -11333956 or 12324435. OLE color: 12324435.

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

Color convert

RGB 83 14 188 -
CMYK 0.56 0.93 0 0.26
HSL 263.79º 0.86% 0.4% -
HSV(B) 263.79º 0.93% 0.74% -
XYZ 12.8 5.78 48.02 -
YUV 54.47 203.36 148.35 -
System Red Green Blue C M Y K H S L
Decimal 83 14 188 0.56 0.93 0 0.26 263.79 0.86 0.4
Hex 53 E BC 38 5D 0 1A 108 56 28
Octal 123 16 274 70 135 0 32 410 126 50
Binary 1010011 1110 10111100 111000 1011101 0 11010 100001000 1010110 101000

Color Harmonies of #530EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530EBC

Black with #530EBC

Text Example


Text Example

White with #530EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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