Html Css Color HEX #6825EA Han Purple

📋 copy color: '#6825EA'

red 104 ◦ green 37 ◦ blue 234

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

Shades of Han Purple #6825EA

Tints of Han Purple #6825EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.4%

R = 27.73%
G = 9.87%
B = 62.4%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6825EA (or 0x6825EA) is known color: Han Purple. HEX triplet: 68, 25 and EA. RGB value is (104,37,234). Sum of RGB (Red+Green+Blue) = 104+37+234=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #6825EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6825EA is #97DA15. Grayscale: #4E4E4E. Windows color (decimal): -9951766 or 15345000. OLE color: 15345000.

HSL color Cylindrical-coordinate representation of color #6825EA: hue angle of 260.41º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6825EA is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 37 234 -
CMYK 0.56 0.84 0 0.08
HSL 260.41º 0.82% 0.53% -
HSV(B) 260.41º 0.84% 0.92% -
XYZ 21.22 10.21 78.69 -
YUV 79.49 215.2 145.48 -
System Red Green Blue C M Y K H S L
Decimal 104 37 234 0.56 0.84 0 0.08 260.41 0.82 0.53
Hex 68 25 EA 38 54 0 8 104 52 35
Octal 150 45 352 70 124 0 10 404 122 65
Binary 1101000 100101 11101010 111000 1010100 0 1000 100000100 1010010 110101

Color Harmonies of #6825EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6825EA

Black with #6825EA

Text Example


Text Example

White with #6825EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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