Html Css Color HEX #6825FA Han Purple

📋 copy color: '#6825FA'

red 104 ◦ green 37 ◦ blue 250

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

Shades of Han Purple #6825FA

Tints of Han Purple #6825FA

RGB

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

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

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

R = 26.6%
G = 9.46%
B = 63.94%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6825FA (or 0x6825FA) is known color: Han Purple. HEX triplet: 68, 25 and FA. RGB value is (104,37,250). Sum of RGB (Red+Green+Blue) = 104+37+250=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #6825FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6825FA is #97DA05. Grayscale: #505050. Windows color (decimal): -9951750 or 16393576. OLE color: 16393576.

HSL color Cylindrical-coordinate representation of color #6825FA: hue angle of 258.87º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6825FA is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 37 250 -
CMYK 0.58 0.85 0 0.02
HSL 258.87º 0.96% 0.56% -
HSV(B) 258.87º 0.85% 0.98% -
XYZ 23.63 11.17 91.35 -
YUV 81.32 223.2 144.18 -
System Red Green Blue C M Y K H S L
Decimal 104 37 250 0.58 0.85 0 0.02 258.87 0.96 0.56
Hex 68 25 FA 3A 55 0 2 103 60 38
Octal 150 45 372 72 125 0 2 403 140 70
Binary 1101000 100101 11111010 111010 1010101 0 10 100000011 1100000 111000

Color Harmonies of #6825FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6825FA

Black with #6825FA

Text Example


Text Example

White with #6825FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,37,250); }

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

background-color css

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

 a { background-color: rgb(104,37,250); }

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

border-color css

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

 span { border-color: rgb(104,37,250); }

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