Html Css Color HEX #530CEB Han Purple

📋 copy color: '#530CEB'

red 83 ◦ green 12 ◦ blue 235

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

Shades of Han Purple #530CEB

Tints of Han Purple #530CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.64%

 BLUE value IS 235 (92.19% from 255) = 71.21%

R = 25.15%
G = 3.64%
B = 71.21%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#530CEB (or 0x530CEB) is known color: Han Purple. HEX triplet: 53, 0C and EB. RGB value is (83,12,235). Sum of RGB (Red+Green+Blue) = 83+12+235=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #530CEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530CEB is #ACF314. Grayscale: #393939. Windows color (decimal): -11334421 or 15404115. OLE color: 15404115.

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

Color convert

RGB 83 12 235 -
CMYK 0.65 0.95 0 0.08
HSL 259.1º 0.9% 0.48% -
HSV(B) 259.1º 0.95% 0.92% -
XYZ 18.69 8.1 79.18 -
YUV 58.65 227.52 145.37 -
System Red Green Blue C M Y K H S L
Decimal 83 12 235 0.65 0.95 0 0.08 259.1 0.9 0.48
Hex 53 C EB 41 5F 0 8 103 5A 30
Octal 123 14 353 101 137 0 10 403 132 60
Binary 1010011 1100 11101011 1000001 1011111 0 1000 100000011 1011010 110000

Color Harmonies of #530CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530CEB

Black with #530CEB

Text Example


Text Example

White with #530CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,12,235); }

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

background-color css

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

 a { background-color: rgb(83,12,235); }

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

border-color css

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

 span { border-color: rgb(83,12,235); }

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