Html Css Color HEX #682FF1 Han Purple

📋 copy color: '#682FF1'

red 104 ◦ green 47 ◦ blue 241

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

Shades of Han Purple #682FF1

Tints of Han Purple #682FF1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.99%

 BLUE value IS 241 (94.53% from 255) = 61.48%

R = 26.53%
G = 11.99%
B = 61.48%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#682FF1 (or 0x682FF1) is known color: Han Purple. HEX triplet: 68, 2F and F1. RGB value is (104,47,241). Sum of RGB (Red+Green+Blue) = 104+47+241=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #682FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682FF1 is #97D00E. Grayscale: #555555. Windows color (decimal): -9949199 or 15806312. OLE color: 15806312.

HSL color Cylindrical-coordinate representation of color #682FF1: hue angle of 257.63º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682FF1 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 47 241 -
CMYK 0.57 0.80 0 0.05
HSL 257.63º 0.87% 0.56% -
HSV(B) 257.63º 0.8% 0.95% -
XYZ 22.6 11.33 84.21 -
YUV 86.16 215.38 140.73 -
System Red Green Blue C M Y K H S L
Decimal 104 47 241 0.57 0.80 0 0.05 257.63 0.87 0.56
Hex 68 2F F1 39 50 0 5 102 57 38
Octal 150 57 361 71 120 0 5 402 127 70
Binary 1101000 101111 11110001 111001 1010000 0 101 100000010 1010111 111000

Color Harmonies of #682FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682FF1

Black with #682FF1

Text Example


Text Example

White with #682FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,47,241); }

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

background-color css

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

 a { background-color: rgb(104,47,241); }

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

border-color css

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

 span { border-color: rgb(104,47,241); }

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