Html Css Color HEX #6329EF Han Purple

📋 copy color: '#6329EF'

red 99 ◦ green 41 ◦ blue 239

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

Shades of Han Purple #6329EF

Tints of Han Purple #6329EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.06%

R = 26.12%
G = 10.82%
B = 63.06%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6329EF (or 0x6329EF) is known color: Han Purple. HEX triplet: 63, 29 and EF. RGB value is (99,41,239). Sum of RGB (Red+Green+Blue) = 99+41+239=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #6329EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6329EF is #9CD610. Grayscale: #505050. Windows color (decimal): -10278417 or 15673699. OLE color: 15673699.

HSL color Cylindrical-coordinate representation of color #6329EF: hue angle of 257.58º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6329EF is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 41 239 -
CMYK 0.59 0.83 0 0.06
HSL 257.58º 0.86% 0.55% -
HSV(B) 257.58º 0.83% 0.94% -
XYZ 21.52 10.47 82.55 -
YUV 80.91 217.22 140.9 -
System Red Green Blue C M Y K H S L
Decimal 99 41 239 0.59 0.83 0 0.06 257.58 0.86 0.55
Hex 63 29 EF 3B 53 0 6 102 56 37
Octal 143 51 357 73 123 0 6 402 126 67
Binary 1100011 101001 11101111 111011 1010011 0 110 100000010 1010110 110111

Color Harmonies of #6329EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6329EF

Black with #6329EF

Text Example


Text Example

White with #6329EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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