Html Css Color HEX #6012FD Han Purple

📋 copy color: '#6012FD'

red 96 ◦ green 18 ◦ blue 253

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

Shades of Han Purple #6012FD

Tints of Han Purple #6012FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.9%

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

R = 26.16%
G = 4.9%
B = 68.94%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6012FD (or 0x6012FD) is known color: Han Purple. HEX triplet: 60, 12 and FD. RGB value is (96,18,253). Sum of RGB (Red+Green+Blue) = 96+18+253=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #6012FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6012FD is #9FED02. Grayscale: #434343. Windows color (decimal): -10480899 or 16585312. OLE color: 16585312.

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

Color convert

RGB 96 18 253 -
CMYK 0.62 0.93 0 0.01
HSL 259.91º 0.98% 0.53% -
HSV(B) 259.91º 0.93% 0.99% -
XYZ 22.77 10.01 93.66 -
YUV 68.11 232.34 147.89 -
System Red Green Blue C M Y K H S L
Decimal 96 18 253 0.62 0.93 0 0.01 259.91 0.98 0.53
Hex 60 12 FD 3E 5D 0 1 104 62 35
Octal 140 22 375 76 135 0 1 404 142 65
Binary 1100000 10010 11111101 111110 1011101 0 1 100000100 1100010 110101

Color Harmonies of #6012FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6012FD

Black with #6012FD

Text Example


Text Example

White with #6012FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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