Html Css Color HEX #682DFB Han Purple

📋 copy color: '#682DFB'

red 104 ◦ green 45 ◦ blue 251

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

Shades of Han Purple #682DFB

Tints of Han Purple #682DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.25%

 BLUE value IS 251 (98.44% from 255) = 62.75%

R = 26%
G = 11.25%
B = 62.75%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#682DFB (or 0x682DFB) is known color: Han Purple. HEX triplet: 68, 2D and FB. RGB value is (104,45,251). Sum of RGB (Red+Green+Blue) = 104+45+251=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #682DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682DFB is #97D204. Grayscale: #555555. Windows color (decimal): -9949701 or 16461160. OLE color: 16461160.

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

Color convert

RGB 104 45 251 -
CMYK 0.59 0.82 0 0.02
HSL 257.18º 0.96% 0.58% -
HSV(B) 257.18º 0.82% 0.98% -
XYZ 24.06 11.78 92.27 -
YUV 86.13 221.05 140.75 -
System Red Green Blue C M Y K H S L
Decimal 104 45 251 0.59 0.82 0 0.02 257.18 0.96 0.58
Hex 68 2D FB 3B 52 0 2 101 60 3A
Octal 150 55 373 73 122 0 2 401 140 72
Binary 1101000 101101 11111011 111011 1010010 0 10 100000001 1100000 111010

Color Harmonies of #682DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682DFB

Black with #682DFB

Text Example


Text Example

White with #682DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,45,251); }

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

background-color css

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

 a { background-color: rgb(104,45,251); }

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

border-color css

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

 span { border-color: rgb(104,45,251); }

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