Html Css Color HEX #682FAB Royal Purple

📋 copy color: '#682FAB'

red 104 ◦ green 47 ◦ blue 171

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

Shades of Royal Purple #682FAB

Tints of Royal Purple #682FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.11%

R = 32.3%
G = 14.6%
B = 53.11%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#682FAB (or 0x682FAB) is known color: Royal Purple. HEX triplet: 68, 2F and AB. RGB value is (104,47,171). Sum of RGB (Red+Green+Blue) = 104+47+171=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #682FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682FAB is #97D054. Grayscale: #4D4D4D. Windows color (decimal): -9949269 or 11218792. OLE color: 11218792.

HSL color Cylindrical-coordinate representation of color #682FAB: hue angle of 267.58º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682FAB is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 47 171 -
CMYK 0.39 0.73 0 0.33
HSL 267.58º 0.57% 0.43% -
HSV(B) 267.58º 0.73% 0.67% -
XYZ 14.08 7.92 39.31 -
YUV 78.18 180.38 146.42 -
System Red Green Blue C M Y K H S L
Decimal 104 47 171 0.39 0.73 0 0.33 267.58 0.57 0.43
Hex 68 2F AB 27 49 0 21 10C 39 2B
Octal 150 57 253 47 111 0 41 414 71 53
Binary 1101000 101111 10101011 100111 1001001 0 100001 100001100 111001 101011

Color Harmonies of #682FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682FAB

Black with #682FAB

Text Example


Text Example

White with #682FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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