Html Css Color HEX #682DFA Han Purple

📋 copy color: '#682DFA'

red 104 ◦ green 45 ◦ blue 250

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

Shades of Han Purple #682DFA

Tints of Han Purple #682DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.66%

R = 26.07%
G = 11.28%
B = 62.66%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#682DFA (or 0x682DFA) is known color: Han Purple. HEX triplet: 68, 2D and FA. RGB value is (104,45,250). Sum of RGB (Red+Green+Blue) = 104+45+250=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #682DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682DFA is #97D205. Grayscale: #555555. Windows color (decimal): -9949702 or 16395624. OLE color: 16395624.

HSL color Cylindrical-coordinate representation of color #682DFA: hue angle of 257.27º degrees, saturation: 0.95, 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 #682DFA is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 45 250 -
CMYK 0.58 0.82 0 0.02
HSL 257.27º 0.95% 0.58% -
HSV(B) 257.27º 0.82% 0.98% -
XYZ 23.9 11.72 91.45 -
YUV 86.01 220.55 140.83 -
System Red Green Blue C M Y K H S L
Decimal 104 45 250 0.58 0.82 0 0.02 257.27 0.95 0.58
Hex 68 2D FA 3A 52 0 2 101 5F 3A
Octal 150 55 372 72 122 0 2 401 137 72
Binary 1101000 101101 11111010 111010 1010010 0 10 100000001 1011111 111010

Color Harmonies of #682DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682DFA

Black with #682DFA

Text Example


Text Example

White with #682DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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