Html Css Color HEX #682BFB Han Purple

📋 copy color: '#682BFB'

red 104 ◦ green 43 ◦ blue 251

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

Shades of Han Purple #682BFB

Tints of Han Purple #682BFB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.8%

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

R = 26.13%
G = 10.8%
B = 63.07%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#682BFB (or 0x682BFB) is known color: Han Purple. HEX triplet: 68, 2B and FB. RGB value is (104,43,251). Sum of RGB (Red+Green+Blue) = 104+43+251=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #682BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682BFB is #97D404. Grayscale: #545454. Windows color (decimal): -9950213 or 16460648. OLE color: 16460648.

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

Color convert

RGB 104 43 251 -
CMYK 0.59 0.83 0 0.02
HSL 257.6º 0.96% 0.58% -
HSV(B) 257.6º 0.83% 0.98% -
XYZ 23.99 11.64 92.25 -
YUV 84.95 221.71 141.59 -
System Red Green Blue C M Y K H S L
Decimal 104 43 251 0.59 0.83 0 0.02 257.6 0.96 0.58
Hex 68 2B FB 3B 53 0 2 102 60 3A
Octal 150 53 373 73 123 0 2 402 140 72
Binary 1101000 101011 11111011 111011 1010011 0 10 100000010 1100000 111010

Color Harmonies of #682BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682BFB

Black with #682BFB

Text Example


Text Example

White with #682BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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