Html Css Color HEX #682CAB Royal Purple

📋 copy color: '#682CAB'

red 104 ◦ green 44 ◦ blue 171

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

Shades of Royal Purple #682CAB

Tints of Royal Purple #682CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.79%

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

R = 32.6%
G = 13.79%
B = 53.61%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#682CAB (or 0x682CAB) is known color: Royal Purple. HEX triplet: 68, 2C and AB. RGB value is (104,44,171). Sum of RGB (Red+Green+Blue) = 104+44+171=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #682CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682CAB is #97D354. Grayscale: #4B4B4B. Windows color (decimal): -9950037 or 11218024. OLE color: 11218024.

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

Color convert

RGB 104 44 171 -
CMYK 0.39 0.74 0 0.33
HSL 268.35º 0.59% 0.42% -
HSV(B) 268.35º 0.74% 0.67% -
XYZ 13.96 7.68 39.28 -
YUV 76.42 181.38 147.67 -
System Red Green Blue C M Y K H S L
Decimal 104 44 171 0.39 0.74 0 0.33 268.35 0.59 0.42
Hex 68 2C AB 27 4A 0 21 10C 3B 2A
Octal 150 54 253 47 112 0 41 414 73 52
Binary 1101000 101100 10101011 100111 1001010 0 100001 100001100 111011 101010

Color Harmonies of #682CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682CAB

Black with #682CAB

Text Example


Text Example

White with #682CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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