Html Css Color HEX #682CED Han Purple

📋 copy color: '#682CED'

red 104 ◦ green 44 ◦ blue 237

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

Shades of Han Purple #682CED

Tints of Han Purple #682CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.56%

R = 27.01%
G = 11.43%
B = 61.56%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#682CED (or 0x682CED) is known color: Han Purple. HEX triplet: 68, 2C and ED. RGB value is (104,44,237). Sum of RGB (Red+Green+Blue) = 104+44+237=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #682CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682CED is #97D312. Grayscale: #535353. Windows color (decimal): -9949971 or 15543400. OLE color: 15543400.

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

Color convert

RGB 104 44 237 -
CMYK 0.56 0.81 0 0.07
HSL 258.65º 0.84% 0.55% -
HSV(B) 258.65º 0.81% 0.93% -
XYZ 21.9 10.86 81.06 -
YUV 83.94 214.38 142.31 -
System Red Green Blue C M Y K H S L
Decimal 104 44 237 0.56 0.81 0 0.07 258.65 0.84 0.55
Hex 68 2C ED 38 51 0 7 103 54 37
Octal 150 54 355 70 121 0 7 403 124 67
Binary 1101000 101100 11101101 111000 1010001 0 111 100000011 1010100 110111

Color Harmonies of #682CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682CED

Black with #682CED

Text Example


Text Example

White with #682CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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