Html Css Color HEX #530EDA Han Purple

📋 copy color: '#530EDA'

red 83 ◦ green 14 ◦ blue 218

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

Shades of Han Purple #530EDA

Tints of Han Purple #530EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.21%

R = 26.35%
G = 4.44%
B = 69.21%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#530EDA (or 0x530EDA) is known color: Han Purple. HEX triplet: 53, 0E and DA. RGB value is (83,14,218). Sum of RGB (Red+Green+Blue) = 83+14+218=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #530EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530EDA is #ACF125. Grayscale: #393939. Windows color (decimal): -11333926 or 14290515. OLE color: 14290515.

HSL color Cylindrical-coordinate representation of color #530EDA: hue angle of 260.29º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530EDA is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 14 218 -
CMYK 0.62 0.94 0 0.15
HSL 260.29º 0.88% 0.45% -
HSV(B) 260.29º 0.94% 0.85% -
XYZ 16.38 7.22 66.86 -
YUV 57.89 218.36 145.91 -
System Red Green Blue C M Y K H S L
Decimal 83 14 218 0.62 0.94 0 0.15 260.29 0.88 0.45
Hex 53 E DA 3E 5E 0 F 104 58 2D
Octal 123 16 332 76 136 0 17 404 130 55
Binary 1010011 1110 11011010 111110 1011110 0 1111 100000100 1011000 101101

Color Harmonies of #530EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530EDA

Black with #530EDA

Text Example


Text Example

White with #530EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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