Html Css Color HEX #530BEC Han Purple

📋 copy color: '#530BEC'

red 83 ◦ green 11 ◦ blue 236

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

Shades of Han Purple #530BEC

Tints of Han Purple #530BEC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.33%

 BLUE value IS 236 (92.58% from 255) = 71.52%

R = 25.15%
G = 3.33%
B = 71.52%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#530BEC (or 0x530BEC) is known color: Han Purple. HEX triplet: 53, 0B and EC. RGB value is (83,11,236). Sum of RGB (Red+Green+Blue) = 83+11+236=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #530BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530BEC is #ACF413. Grayscale: #393939. Windows color (decimal): -11334676 or 15469395. OLE color: 15469395.

HSL color Cylindrical-coordinate representation of color #530BEC: hue angle of 259.2º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530BEC is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 11 236 -
CMYK 0.65 0.95 0 0.07
HSL 259.2º 0.91% 0.48% -
HSV(B) 259.2º 0.95% 0.93% -
XYZ 18.83 8.13 79.93 -
YUV 58.18 228.35 145.7 -
System Red Green Blue C M Y K H S L
Decimal 83 11 236 0.65 0.95 0 0.07 259.2 0.91 0.48
Hex 53 B EC 41 5F 0 7 103 5B 30
Octal 123 13 354 101 137 0 7 403 133 60
Binary 1010011 1011 11101100 1000001 1011111 0 111 100000011 1011011 110000

Color Harmonies of #530BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530BEC

Black with #530BEC

Text Example


Text Example

White with #530BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,11,236); }

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

background-color css

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

 a { background-color: rgb(83,11,236); }

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

border-color css

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

 span { border-color: rgb(83,11,236); }

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