Html Css Color HEX #6525FB Han Purple

📋 copy color: '#6525FB'

red 101 ◦ green 37 ◦ blue 251

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

Shades of Han Purple #6525FB

Tints of Han Purple #6525FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.52%

R = 25.96%
G = 9.51%
B = 64.52%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6525FB (or 0x6525FB) is known color: Han Purple. HEX triplet: 65, 25 and FB. RGB value is (101,37,251). Sum of RGB (Red+Green+Blue) = 101+37+251=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #6525FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6525FB is #9ADA04. Grayscale: #4F4F4F. Windows color (decimal): -10148357 or 16459109. OLE color: 16459109.

HSL color Cylindrical-coordinate representation of color #6525FB: hue angle of 257.94º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6525FB is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 37 251 -
CMYK 0.60 0.85 0 0.02
HSL 257.94º 0.96% 0.56% -
HSV(B) 257.94º 0.85% 0.98% -
XYZ 23.44 11.05 92.17 -
YUV 80.53 224.2 142.6 -
System Red Green Blue C M Y K H S L
Decimal 101 37 251 0.60 0.85 0 0.02 257.94 0.96 0.56
Hex 65 25 FB 3C 55 0 2 102 60 38
Octal 145 45 373 74 125 0 2 402 140 70
Binary 1100101 100101 11111011 111100 1010101 0 10 100000010 1100000 111000

Color Harmonies of #6525FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6525FB

Black with #6525FB

Text Example


Text Example

White with #6525FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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