Html Css Color HEX #6525FE Han Purple

📋 copy color: '#6525FE'

red 101 ◦ green 37 ◦ blue 254

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

Shades of Han Purple #6525FE

Tints of Han Purple #6525FE

RGB

 RED value IS 101 (39.84% from 255) = 25.77%

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

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

R = 25.77%
G = 9.44%
B = 64.8%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6525FE (or 0x6525FE) is known color: Han Purple. HEX triplet: 65, 25 and FE. RGB value is (101,37,254). Sum of RGB (Red+Green+Blue) = 101+37+254=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #6525FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6525FE is #9ADA01. Grayscale: #505050. Windows color (decimal): -10148354 or 16655717. OLE color: 16655717.

HSL color Cylindrical-coordinate representation of color #6525FE: hue angle of 257.7º 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 #6525FE is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 37 254 -
CMYK 0.60 0.85 0 0.00
HSL 257.7º 0.99% 0.57% -
HSV(B) 257.7º 0.85% 1% -
XYZ 23.92 11.25 94.68 -
YUV 80.87 225.7 142.36 -
System Red Green Blue C M Y K H S L
Decimal 101 37 254 0.60 0.85 0 0.00 257.7 0.99 0.57
Hex 65 25 FE 3C 55 0 0 102 63 39
Octal 145 45 376 74 125 0 0 402 143 71
Binary 1100101 100101 11111110 111100 1010101 0 0 100000010 1100011 111001

Color Harmonies of #6525FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6525FE

Black with #6525FE

Text Example


Text Example

White with #6525FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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