Html Css Color HEX #6018FD Han Purple

📋 copy color: '#6018FD'

red 96 ◦ green 24 ◦ blue 253

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

Shades of Han Purple #6018FD

Tints of Han Purple #6018FD

RGB

 RED value IS 96 (37.89% from 255) = 25.74%

 GREEN value IS 24 (9.77% from 255) = 6.43%

 BLUE value IS 253 (99.22% from 255) = 67.83%

R = 25.74%
G = 6.43%
B = 67.83%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6018FD (or 0x6018FD) is known color: Han Purple. HEX triplet: 60, 18 and FD. RGB value is (96,24,253). Sum of RGB (Red+Green+Blue) = 96+24+253=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #6018FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6018FD is #9FE702. Grayscale: #464646. Windows color (decimal): -10479363 or 16586848. OLE color: 16586848.

HSL color Cylindrical-coordinate representation of color #6018FD: hue angle of 258.86º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6018FD is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 24 253 -
CMYK 0.62 0.91 0 0.01
HSL 258.86º 0.98% 0.54% -
HSV(B) 258.86º 0.91% 0.99% -
XYZ 22.88 10.23 93.7 -
YUV 71.63 230.35 145.38 -
System Red Green Blue C M Y K H S L
Decimal 96 24 253 0.62 0.91 0 0.01 258.86 0.98 0.54
Hex 60 18 FD 3E 5B 0 1 103 62 36
Octal 140 30 375 76 133 0 1 403 142 66
Binary 1100000 11000 11111101 111110 1011011 0 1 100000011 1100010 110110

Color Harmonies of #6018FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6018FD

Black with #6018FD

Text Example


Text Example

White with #6018FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6018FD; }

 p { color: rgb(96,24,253); }

 H1.HeaderClassName
 {
   color: #6018FD;
 }
 .AnyTagClassName
 {
   color: #6018FD;
 }
</style>

background-color css

<style>
 a { background-color: #6018FD; }

 a { background-color: rgb(96,24,253); }

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

border-color css

<style>
 span { border-color: #6018FD; }

 span { border-color: rgb(96,24,253); }

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