Html Css Color HEX #530FE5 Han Purple

📋 copy color: '#530FE5'

red 83 ◦ green 15 ◦ blue 229

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

Shades of Han Purple #530FE5

Tints of Han Purple #530FE5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.59%

 BLUE value IS 229 (89.84% from 255) = 70.03%

R = 25.38%
G = 4.59%
B = 70.03%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#530FE5 (or 0x530FE5) is known color: Han Purple. HEX triplet: 53, 0F and E5. RGB value is (83,15,229). Sum of RGB (Red+Green+Blue) = 83+15+229=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 229 (89.84% from 255 or 70.03% from 327); Max value from RGB is 229 - color contains mainly: blue. Hex color #530FE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530FE5 is #ACF01A. Grayscale: #3A3A3A. Windows color (decimal): -11333659 or 15011667. OLE color: 15011667.

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

Color convert

RGB 83 15 229 -
CMYK 0.64 0.93 0 0.10
HSL 259.07º 0.88% 0.48% -
HSV(B) 259.07º 0.93% 0.9% -
XYZ 17.88 7.84 74.7 -
YUV 59.73 223.53 144.6 -
System Red Green Blue C M Y K H S L
Decimal 83 15 229 0.64 0.93 0 0.10 259.07 0.88 0.48
Hex 53 F E5 40 5D 0 A 103 58 30
Octal 123 17 345 100 135 0 12 403 130 60
Binary 1010011 1111 11100101 1000000 1011101 0 1010 100000011 1011000 110000

Color Harmonies of #530FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530FE5

Black with #530FE5

Text Example


Text Example

White with #530FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,15,229); }

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

background-color css

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

 a { background-color: rgb(83,15,229); }

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

border-color css

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

 span { border-color: rgb(83,15,229); }

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