Html Css Color HEX #530CE7 Han Purple

📋 copy color: '#530CE7'

red 83 ◦ green 12 ◦ blue 231

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

Shades of Han Purple #530CE7

Tints of Han Purple #530CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 70.86%

R = 25.46%
G = 3.68%
B = 70.86%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#530CE7 (or 0x530CE7) is known color: Han Purple. HEX triplet: 53, 0C and E7. RGB value is (83,12,231). Sum of RGB (Red+Green+Blue) = 83+12+231=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 231 (90.62% from 255 or 70.86% from 326); Max value from RGB is 231 - color contains mainly: blue. Hex color #530CE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530CE7 is #ACF318. Grayscale: #393939. Windows color (decimal): -11334425 or 15141971. OLE color: 15141971.

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

Color convert

RGB 83 12 231 -
CMYK 0.64 0.95 0 0.09
HSL 259.45º 0.9% 0.48% -
HSV(B) 259.45º 0.95% 0.91% -
XYZ 18.12 7.87 76.17 -
YUV 58.2 225.52 145.69 -
System Red Green Blue C M Y K H S L
Decimal 83 12 231 0.64 0.95 0 0.09 259.45 0.9 0.48
Hex 53 C E7 40 5F 0 9 103 5A 30
Octal 123 14 347 100 137 0 11 403 132 60
Binary 1010011 1100 11100111 1000000 1011111 0 1001 100000011 1011010 110000

Color Harmonies of #530CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530CE7

Black with #530CE7

Text Example


Text Example

White with #530CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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