Html Css Color HEX #6529FA Han Purple

📋 copy color: '#6529FA'

red 101 ◦ green 41 ◦ blue 250

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

Shades of Han Purple #6529FA

Tints of Han Purple #6529FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.46%

 BLUE value IS 250 (98.05% from 255) = 63.78%

R = 25.77%
G = 10.46%
B = 63.78%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6529FA (or 0x6529FA) is known color: Han Purple. HEX triplet: 65, 29 and FA. RGB value is (101,41,250). Sum of RGB (Red+Green+Blue) = 101+41+250=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #6529FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6529FA is #9AD605. Grayscale: #515151. Windows color (decimal): -10147334 or 16394597. OLE color: 16394597.

HSL color Cylindrical-coordinate representation of color #6529FA: hue angle of 257.22º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6529FA is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 41 250 -
CMYK 0.60 0.84 0 0.02
HSL 257.22º 0.95% 0.57% -
HSV(B) 257.22º 0.84% 0.98% -
XYZ 23.42 11.25 91.38 -
YUV 82.77 222.38 141.01 -
System Red Green Blue C M Y K H S L
Decimal 101 41 250 0.60 0.84 0 0.02 257.22 0.95 0.57
Hex 65 29 FA 3C 54 0 2 101 5F 39
Octal 145 51 372 74 124 0 2 401 137 71
Binary 1100101 101001 11111010 111100 1010100 0 10 100000001 1011111 111001

Color Harmonies of #6529FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6529FA

Black with #6529FA

Text Example


Text Example

White with #6529FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6529FA; }

 p { color: rgb(101,41,250); }

 H1.HeaderClassName
 {
   color: #6529FA;
 }
 .AnyTagClassName
 {
   color: #6529FA;
 }
</style>

background-color css

<style>
 a { background-color: #6529FA; }

 a { background-color: rgb(101,41,250); }

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

border-color css

<style>
 span { border-color: #6529FA; }

 span { border-color: rgb(101,41,250); }

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