Html Css Color HEX #682BEC Han Purple

📋 copy color: '#682BEC'

red 104 ◦ green 43 ◦ blue 236

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

Shades of Han Purple #682BEC

Tints of Han Purple #682BEC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.23%

 BLUE value IS 236 (92.58% from 255) = 61.62%

R = 27.15%
G = 11.23%
B = 61.62%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#682BEC (or 0x682BEC) is known color: Han Purple. HEX triplet: 68, 2B and EC. RGB value is (104,43,236). Sum of RGB (Red+Green+Blue) = 104+43+236=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #682BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682BEC is #97D413. Grayscale: #525252. Windows color (decimal): -9950228 or 15477608. OLE color: 15477608.

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

Color convert

RGB 104 43 236 -
CMYK 0.56 0.82 0 0.07
HSL 258.96º 0.84% 0.55% -
HSV(B) 258.96º 0.82% 0.93% -
XYZ 21.71 10.73 80.28 -
YUV 83.24 214.21 142.81 -
System Red Green Blue C M Y K H S L
Decimal 104 43 236 0.56 0.82 0 0.07 258.96 0.84 0.55
Hex 68 2B EC 38 52 0 7 103 54 37
Octal 150 53 354 70 122 0 7 403 124 67
Binary 1101000 101011 11101100 111000 1010010 0 111 100000011 1010100 110111

Color Harmonies of #682BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682BEC

Black with #682BEC

Text Example


Text Example

White with #682BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,43,236); }

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

background-color css

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

 a { background-color: rgb(104,43,236); }

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

border-color css

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

 span { border-color: rgb(104,43,236); }

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