Html Css Color HEX #530FF8 Han Purple

📋 copy color: '#530FF8'

red 83 ◦ green 15 ◦ blue 248

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

Shades of Han Purple #530FF8

Tints of Han Purple #530FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 71.68%

R = 23.99%
G = 4.34%
B = 71.68%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#530FF8 (or 0x530FF8) is known color: Han Purple. HEX triplet: 53, 0F and F8. RGB value is (83,15,248). Sum of RGB (Red+Green+Blue) = 83+15+248=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 248 (97.27% from 255 or 71.68% from 346); Max value from RGB is 248 - color contains mainly: blue. Hex color #530FF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530FF8 is #ACF007. Grayscale: #3D3D3D. Windows color (decimal): -11333640 or 16256851. OLE color: 16256851.

HSL color Cylindrical-coordinate representation of color #530FF8: hue angle of 257.51º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530FF8 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 83 15 248 -
CMYK 0.67 0.94 0 0.03
HSL 257.51º 0.94% 0.52% -
HSV(B) 257.51º 0.94% 0.97% -
XYZ 20.68 8.96 89.45 -
YUV 61.89 233.03 143.05 -
System Red Green Blue C M Y K H S L
Decimal 83 15 248 0.67 0.94 0 0.03 257.51 0.94 0.52
Hex 53 F F8 43 5E 0 3 102 5E 34
Octal 123 17 370 103 136 0 3 402 136 64
Binary 1010011 1111 11111000 1000011 1011110 0 11 100000010 1011110 110100

Color Harmonies of #530FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530FF8

Black with #530FF8

Text Example


Text Example

White with #530FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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