Html Css Color HEX #682BEB Han Purple

📋 copy color: '#682BEB'

red 104 ◦ green 43 ◦ blue 235

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

Shades of Han Purple #682BEB

Tints of Han Purple #682BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.52%

R = 27.23%
G = 11.26%
B = 61.52%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#682BEB (or 0x682BEB) is known color: Han Purple. HEX triplet: 68, 2B and EB. RGB value is (104,43,235). Sum of RGB (Red+Green+Blue) = 104+43+235=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #682BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682BEB is #97D414. Grayscale: #525252. Windows color (decimal): -9950229 or 15412072. OLE color: 15412072.

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

Color convert

RGB 104 43 235 -
CMYK 0.56 0.82 0 0.08
HSL 259.06º 0.83% 0.55% -
HSV(B) 259.06º 0.82% 0.92% -
XYZ 21.57 10.67 79.52 -
YUV 83.13 213.71 142.89 -
System Red Green Blue C M Y K H S L
Decimal 104 43 235 0.56 0.82 0 0.08 259.06 0.83 0.55
Hex 68 2B EB 38 52 0 8 103 53 37
Octal 150 53 353 70 122 0 10 403 123 67
Binary 1101000 101011 11101011 111000 1010010 0 1000 100000011 1010011 110111

Color Harmonies of #682BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682BEB

Black with #682BEB

Text Example


Text Example

White with #682BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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