Html Css Color HEX #682EFD Han Purple

📋 copy color: '#682EFD'

red 104 ◦ green 46 ◦ blue 253

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

Shades of Han Purple #682EFD

Tints of Han Purple #682EFD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.41%

 BLUE value IS 253 (99.22% from 255) = 62.78%

R = 25.81%
G = 11.41%
B = 62.78%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#682EFD (or 0x682EFD) is known color: Han Purple. HEX triplet: 68, 2E and FD. RGB value is (104,46,253). Sum of RGB (Red+Green+Blue) = 104+46+253=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #682EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682EFD is #97D102. Grayscale: #565656. Windows color (decimal): -9949443 or 16592488. OLE color: 16592488.

HSL color Cylindrical-coordinate representation of color #682EFD: hue angle of 256.81º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #682EFD is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 46 253 -
CMYK 0.59 0.82 0 0.01
HSL 256.81º 0.98% 0.59% -
HSV(B) 256.81º 0.82% 0.99% -
XYZ 24.42 11.99 93.96 -
YUV 86.94 221.72 140.17 -
System Red Green Blue C M Y K H S L
Decimal 104 46 253 0.59 0.82 0 0.01 256.81 0.98 0.59
Hex 68 2E FD 3B 52 0 1 101 62 3B
Octal 150 56 375 73 122 0 1 401 142 73
Binary 1101000 101110 11111101 111011 1010010 0 1 100000001 1100010 111011

Color Harmonies of #682EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682EFD

Black with #682EFD

Text Example


Text Example

White with #682EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,46,253); }

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

background-color css

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

 a { background-color: rgb(104,46,253); }

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

border-color css

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

 span { border-color: rgb(104,46,253); }

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