Html Css Color HEX #6329FF Han Purple

📋 copy color: '#6329FF'

red 99 ◦ green 41 ◦ blue 255

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

Shades of Han Purple #6329FF

Tints of Han Purple #6329FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.56%

R = 25.06%
G = 10.38%
B = 64.56%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6329FF (or 0x6329FF) is known color: Han Purple. HEX triplet: 63, 29 and FF. RGB value is (99,41,255). Sum of RGB (Red+Green+Blue) = 99+41+255=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #6329FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6329FF is #9CD600. Grayscale: #515151. Windows color (decimal): -10278401 or 16722275. OLE color: 16722275.

HSL color Cylindrical-coordinate representation of color #6329FF: hue angle of 256.26º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6329FF is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 99 41 255 -
CMYK 0.61 0.84 0 0
HSL 256.26º 1% 0.58% -
HSV(B) 256.26º 0.84% 1% -
XYZ 23.99 11.46 95.56 -
YUV 82.74 225.22 139.6 -
System Red Green Blue C M Y K H S L
Decimal 99 41 255 0.61 0.84 0 0 256.26 1 0.58
Hex 63 29 FF 3D 54 0 0 100 64 3A
Octal 143 51 377 75 124 0 0 400 144 72
Binary 1100011 101001 11111111 111101 1010100 0 0 100000000 1100100 111010

Color Harmonies of #6329FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6329FF

Black with #6329FF

Text Example


Text Example

White with #6329FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6329FF; }

 p { color: rgb(99,41,255); }

 H1.HeaderClassName
 {
   color: #6329FF;
 }
 .AnyTagClassName
 {
   color: #6329FF;
 }
</style>

background-color css

<style>
 a { background-color: #6329FF; }

 a { background-color: rgb(99,41,255); }

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

border-color css

<style>
 span { border-color: #6329FF; }

 span { border-color: rgb(99,41,255); }

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