Html Css Color HEX #6829FC Han Purple

📋 copy color: '#6829FC'

red 104 ◦ green 41 ◦ blue 252

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

Shades of Han Purple #6829FC

Tints of Han Purple #6829FC

RGB

 RED value IS 104 (41.02% from 255) = 26.2%

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

 BLUE value IS 252 (98.83% from 255) = 63.48%

R = 26.2%
G = 10.33%
B = 63.48%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6829FC (or 0x6829FC) is known color: Han Purple. HEX triplet: 68, 29 and FC. RGB value is (104,41,252). Sum of RGB (Red+Green+Blue) = 104+41+252=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #6829FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6829FC is #97D603. Grayscale: #535353. Windows color (decimal): -9950724 or 16525672. OLE color: 16525672.

HSL color Cylindrical-coordinate representation of color #6829FC: hue angle of 257.91º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6829FC is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 41 252 -
CMYK 0.59 0.84 0 0.01
HSL 257.91º 0.97% 0.57% -
HSV(B) 257.91º 0.84% 0.99% -
XYZ 24.07 11.56 93.06 -
YUV 83.89 222.87 142.34 -
System Red Green Blue C M Y K H S L
Decimal 104 41 252 0.59 0.84 0 0.01 257.91 0.97 0.57
Hex 68 29 FC 3B 54 0 1 102 61 39
Octal 150 51 374 73 124 0 1 402 141 71
Binary 1101000 101001 11111100 111011 1010100 0 1 100000010 1100001 111001

Color Harmonies of #6829FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6829FC

Black with #6829FC

Text Example


Text Example

White with #6829FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6829FC; }

 p { color: rgb(104,41,252); }

 H1.HeaderClassName
 {
   color: #6829FC;
 }
 .AnyTagClassName
 {
   color: #6829FC;
 }
</style>

background-color css

<style>
 a { background-color: #6829FC; }

 a { background-color: rgb(104,41,252); }

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

border-color css

<style>
 span { border-color: #6829FC; }

 span { border-color: rgb(104,41,252); }

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