Html Css Color HEX #530EFF Han Purple

📋 copy color: '#530EFF'

red 83 ◦ green 14 ◦ blue 255

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

Shades of Han Purple #530EFF

Tints of Han Purple #530EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.44%

R = 23.58%
G = 3.98%
B = 72.44%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#530EFF (or 0x530EFF) is known color: Han Purple. HEX triplet: 53, 0E and FF. RGB value is (83,14,255). Sum of RGB (Red+Green+Blue) = 83+14+255=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #530EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530EFF is #ACF100. Grayscale: #3D3D3D. Windows color (decimal): -11333889 or 16715347. OLE color: 16715347.

HSL color Cylindrical-coordinate representation of color #530EFF: hue angle of 257.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530EFF is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 14 255 -
CMYK 0.67 0.95 0 0
HSL 257.18º 1% 0.53% -
HSV(B) 257.18º 0.95% 1% -
XYZ 21.77 9.37 95.27 -
YUV 62.11 236.86 142.9 -
System Red Green Blue C M Y K H S L
Decimal 83 14 255 0.67 0.95 0 0 257.18 1 0.53
Hex 53 E FF 43 5F 0 0 101 64 35
Octal 123 16 377 103 137 0 0 401 144 65
Binary 1010011 1110 11111111 1000011 1011111 0 0 100000001 1100100 110101

Color Harmonies of #530EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530EFF

Black with #530EFF

Text Example


Text Example

White with #530EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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