Html Css Color HEX #530CEC Han Purple

📋 copy color: '#530CEC'

red 83 ◦ green 12 ◦ blue 236

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

Shades of Han Purple #530CEC

Tints of Han Purple #530CEC

RGB

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

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

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

R = 25.08%
G = 3.63%
B = 71.3%

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

#530CEC (or 0x530CEC) is known color: Han Purple. HEX triplet: 53, 0C and EC. RGB value is (83,12,236). Sum of RGB (Red+Green+Blue) = 83+12+236=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #530CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530CEC is #ACF313. Grayscale: #393939. Windows color (decimal): -11334420 or 15469651. OLE color: 15469651.

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

Color convert

RGB 83 12 236 -
CMYK 0.65 0.95 0 0.07
HSL 259.02º 0.9% 0.49% -
HSV(B) 259.02º 0.95% 0.93% -
XYZ 18.84 8.16 79.94 -
YUV 58.77 228.02 145.29 -
System Red Green Blue C M Y K H S L
Decimal 83 12 236 0.65 0.95 0 0.07 259.02 0.9 0.49
Hex 53 C EC 41 5F 0 7 103 5A 31
Octal 123 14 354 101 137 0 7 403 132 61
Binary 1010011 1100 11101100 1000001 1011111 0 111 100000011 1011010 110001

Color Harmonies of #530CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530CEC

Black with #530CEC

Text Example


Text Example

White with #530CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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