Html Css Color HEX #530ECE Purple Heart

📋 copy color: '#530ECE'

red 83 ◦ green 14 ◦ blue 206

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

Shades of Purple Heart #530ECE

Tints of Purple Heart #530ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.99%

R = 27.39%
G = 4.62%
B = 67.99%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#530ECE (or 0x530ECE) is known color: Purple Heart. HEX triplet: 53, 0E and CE. RGB value is (83,14,206). Sum of RGB (Red+Green+Blue) = 83+14+206=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #530ECE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530ECE is #ACF131. Grayscale: #373737. Windows color (decimal): -11333938 or 13504083. OLE color: 13504083.

HSL color Cylindrical-coordinate representation of color #530ECE: hue angle of 261.56º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530ECE is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 14 206 -
CMYK 0.60 0.93 0 0.19
HSL 261.56º 0.87% 0.43% -
HSV(B) 261.56º 0.93% 0.81% -
XYZ 14.86 6.61 58.88 -
YUV 56.52 212.36 146.89 -
System Red Green Blue C M Y K H S L
Decimal 83 14 206 0.60 0.93 0 0.19 261.56 0.87 0.43
Hex 53 E CE 3C 5D 0 13 106 57 2B
Octal 123 16 316 74 135 0 23 406 127 53
Binary 1010011 1110 11001110 111100 1011101 0 10011 100000110 1010111 101011

Color Harmonies of #530ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530ECE

Black with #530ECE

Text Example


Text Example

White with #530ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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