Html Css Color HEX #6325FD Han Purple

📋 copy color: '#6325FD'

red 99 ◦ green 37 ◦ blue 253

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

Shades of Han Purple #6325FD

Tints of Han Purple #6325FD

RGB

 RED value IS 99 (39.06% from 255) = 25.45%

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

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

R = 25.45%
G = 9.51%
B = 65.04%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6325FD (or 0x6325FD) is known color: Han Purple. HEX triplet: 63, 25 and FD. RGB value is (99,37,253). Sum of RGB (Red+Green+Blue) = 99+37+253=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #6325FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6325FD is #9CDA02. Grayscale: #4F4F4F. Windows color (decimal): -10279427 or 16590179. OLE color: 16590179.

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

Color convert

RGB 99 37 253 -
CMYK 0.61 0.85 0 0.01
HSL 257.22º 0.98% 0.57% -
HSV(B) 257.22º 0.85% 0.99% -
XYZ 23.54 11.07 93.82 -
YUV 80.16 225.54 141.44 -
System Red Green Blue C M Y K H S L
Decimal 99 37 253 0.61 0.85 0 0.01 257.22 0.98 0.57
Hex 63 25 FD 3D 55 0 1 101 62 39
Octal 143 45 375 75 125 0 1 401 142 71
Binary 1100011 100101 11111101 111101 1010101 0 1 100000001 1100010 111001

Color Harmonies of #6325FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6325FD

Black with #6325FD

Text Example


Text Example

White with #6325FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,37,253); }

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

background-color css

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

 a { background-color: rgb(99,37,253); }

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

border-color css

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

 span { border-color: rgb(99,37,253); }

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