Html Css Color HEX #6838EA Han Purple

📋 copy color: '#6838EA'

red 104 ◦ green 56 ◦ blue 234

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

Shades of Han Purple #6838EA

Tints of Han Purple #6838EA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.21%

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

R = 26.4%
G = 14.21%
B = 59.39%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6838EA (or 0x6838EA) is known color: Han Purple. HEX triplet: 68, 38 and EA. RGB value is (104,56,234). Sum of RGB (Red+Green+Blue) = 104+56+234=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #6838EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6838EA is #97C715. Grayscale: #595959. Windows color (decimal): -9946902 or 15349864. OLE color: 15349864.

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

Color convert

RGB 104 56 234 -
CMYK 0.56 0.76 0 0.08
HSL 256.18º 0.81% 0.57% -
HSV(B) 256.18º 0.76% 0.92% -
XYZ 21.97 11.71 78.94 -
YUV 90.64 208.9 137.53 -
System Red Green Blue C M Y K H S L
Decimal 104 56 234 0.56 0.76 0 0.08 256.18 0.81 0.57
Hex 68 38 EA 38 4C 0 8 100 51 39
Octal 150 70 352 70 114 0 10 400 121 71
Binary 1101000 111000 11101010 111000 1001100 0 1000 100000000 1010001 111001

Color Harmonies of #6838EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6838EA

Black with #6838EA

Text Example


Text Example

White with #6838EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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