Html Css Color HEX #6025FE Han Purple

📋 copy color: '#6025FE'

red 96 ◦ green 37 ◦ blue 254

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

Shades of Han Purple #6025FE

Tints of Han Purple #6025FE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.56%

 BLUE value IS 254 (99.61% from 255) = 65.63%

R = 24.81%
G = 9.56%
B = 65.63%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6025FE (or 0x6025FE) is known color: Han Purple. HEX triplet: 60, 25 and FE. RGB value is (96,37,254). Sum of RGB (Red+Green+Blue) = 96+37+254=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #6025FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6025FE is #9FDA01. Grayscale: #4E4E4E. Windows color (decimal): -10476034 or 16655712. OLE color: 16655712.

HSL color Cylindrical-coordinate representation of color #6025FE: hue angle of 256.31º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6025FE is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 37 254 -
CMYK 0.62 0.85 0 0.00
HSL 256.31º 0.99% 0.57% -
HSV(B) 256.31º 0.85% 1% -
XYZ 23.37 10.97 94.65 -
YUV 79.38 226.55 139.86 -
System Red Green Blue C M Y K H S L
Decimal 96 37 254 0.62 0.85 0 0.00 256.31 0.99 0.57
Hex 60 25 FE 3E 55 0 0 100 63 39
Octal 140 45 376 76 125 0 0 400 143 71
Binary 1100000 100101 11111110 111110 1010101 0 0 100000000 1100011 111001

Color Harmonies of #6025FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6025FE

Black with #6025FE

Text Example


Text Example

White with #6025FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6025FE; }

 p { color: rgb(96,37,254); }

 H1.HeaderClassName
 {
   color: #6025FE;
 }
 .AnyTagClassName
 {
   color: #6025FE;
 }
</style>

background-color css

<style>
 a { background-color: #6025FE; }

 a { background-color: rgb(96,37,254); }

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

border-color css

<style>
 span { border-color: #6025FE; }

 span { border-color: rgb(96,37,254); }

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