Html Css Color HEX #682CEA Han Purple

📋 copy color: '#682CEA'

red 104 ◦ green 44 ◦ blue 234

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

Shades of Han Purple #682CEA

Tints of Han Purple #682CEA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.52%

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

R = 27.23%
G = 11.52%
B = 61.26%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#682CEA (or 0x682CEA) is known color: Han Purple. HEX triplet: 68, 2C and EA. RGB value is (104,44,234). Sum of RGB (Red+Green+Blue) = 104+44+234=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #682CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682CEA is #97D315. Grayscale: #525252. Windows color (decimal): -9949974 or 15346792. OLE color: 15346792.

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

Color convert

RGB 104 44 234 -
CMYK 0.56 0.81 0 0.08
HSL 258.95º 0.82% 0.55% -
HSV(B) 258.95º 0.81% 0.92% -
XYZ 21.46 10.68 78.77 -
YUV 83.6 212.88 142.55 -
System Red Green Blue C M Y K H S L
Decimal 104 44 234 0.56 0.81 0 0.08 258.95 0.82 0.55
Hex 68 2C EA 38 51 0 8 103 52 37
Octal 150 54 352 70 121 0 10 403 122 67
Binary 1101000 101100 11101010 111000 1010001 0 1000 100000011 1010010 110111

Color Harmonies of #682CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682CEA

Black with #682CEA

Text Example


Text Example

White with #682CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682CEA; }

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

 H1.HeaderClassName
 {
   color: #682CEA;
 }
 .AnyTagClassName
 {
   color: #682CEA;
 }
</style>

background-color css

<style>
 a { background-color: #682CEA; }

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

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

border-color css

<style>
 span { border-color: #682CEA; }

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

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