Html Css Color HEX #682F9D Royal Purple

📋 copy color: '#682F9D'

red 104 ◦ green 47 ◦ blue 157

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

Shades of Royal Purple #682F9D

Tints of Royal Purple #682F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.97%

R = 33.77%
G = 15.26%
B = 50.97%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#682F9D (or 0x682F9D) is known color: Royal Purple. HEX triplet: 68, 2F and 9D. RGB value is (104,47,157). Sum of RGB (Red+Green+Blue) = 104+47+157=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #682F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682F9D is #97D062. Grayscale: #4C4C4C. Windows color (decimal): -9949283 or 10301288. OLE color: 10301288.

HSL color Cylindrical-coordinate representation of color #682F9D: hue angle of 271.09º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #682F9D is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 47 157 -
CMYK 0.34 0.70 0 0.38
HSL 271.09º 0.54% 0.4% -
HSV(B) 271.09º 0.7% 0.62% -
XYZ 12.81 7.41 32.65 -
YUV 76.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 104 47 157 0.34 0.70 0 0.38 271.09 0.54 0.4
Hex 68 2F 9D 22 46 0 26 10F 36 28
Octal 150 57 235 42 106 0 46 417 66 50
Binary 1101000 101111 10011101 100010 1000110 0 100110 100001111 110110 101000

Color Harmonies of #682F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682F9D

Black with #682F9D

Text Example


Text Example

White with #682F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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