Html Css Color HEX #530DF6 Han Purple

📋 copy color: '#530DF6'

red 83 ◦ green 13 ◦ blue 246

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

Shades of Han Purple #530DF6

Tints of Han Purple #530DF6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.8%

 BLUE value IS 246 (96.48% from 255) = 71.93%

R = 24.27%
G = 3.8%
B = 71.93%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#530DF6 (or 0x530DF6) is known color: Han Purple. HEX triplet: 53, 0D and F6. RGB value is (83,13,246). Sum of RGB (Red+Green+Blue) = 83+13+246=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 246 (96.48% from 255 or 71.93% from 342); Max value from RGB is 246 - color contains mainly: blue. Hex color #530DF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #530DF6 is #ACF209. Grayscale: #3B3B3B. Windows color (decimal): -11334154 or 16125267. OLE color: 16125267.

HSL color Cylindrical-coordinate representation of color #530DF6: hue angle of 258.03º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530DF6 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 13 246 -
CMYK 0.66 0.95 0 0.04
HSL 258.03º 0.93% 0.51% -
HSV(B) 258.03º 0.95% 0.96% -
XYZ 20.35 8.78 87.81 -
YUV 60.49 232.69 144.05 -
System Red Green Blue C M Y K H S L
Decimal 83 13 246 0.66 0.95 0 0.04 258.03 0.93 0.51
Hex 53 D F6 42 5F 0 4 102 5D 33
Octal 123 15 366 102 137 0 4 402 135 63
Binary 1010011 1101 11110110 1000010 1011111 0 100 100000010 1011101 110011

Color Harmonies of #530DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530DF6

Black with #530DF6

Text Example


Text Example

White with #530DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,13,246); }

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

background-color css

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

 a { background-color: rgb(83,13,246); }

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

border-color css

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

 span { border-color: rgb(83,13,246); }

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