Html Css Color HEX #530EBA Purple Heart

📋 copy color: '#530EBA'

red 83 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #530EBA

Tints of Purple Heart #530EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.72%

R = 29.33%
G = 4.95%
B = 65.72%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#530EBA (or 0x530EBA) is known color: Purple Heart. HEX triplet: 53, 0E and BA. RGB value is (83,14,186). Sum of RGB (Red+Green+Blue) = 83+14+186=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #530EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530EBA is #ACF145. Grayscale: #353535. Windows color (decimal): -11333958 or 12193363. OLE color: 12193363.

HSL color Cylindrical-coordinate representation of color #530EBA: hue angle of 264.07º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530EBA is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 14 186 -
CMYK 0.55 0.92 0 0.27
HSL 264.07º 0.86% 0.39% -
HSV(B) 264.07º 0.92% 0.73% -
XYZ 12.59 5.7 46.89 -
YUV 54.24 202.36 148.51 -
System Red Green Blue C M Y K H S L
Decimal 83 14 186 0.55 0.92 0 0.27 264.07 0.86 0.39
Hex 53 E BA 37 5C 0 1B 108 56 27
Octal 123 16 272 67 134 0 33 410 126 47
Binary 1010011 1110 10111010 110111 1011100 0 11011 100001000 1010110 100111

Color Harmonies of #530EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530EBA

Black with #530EBA

Text Example


Text Example

White with #530EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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