Html Css Color HEX #682CA3 Royal Purple

📋 copy color: '#682CA3'

red 104 ◦ green 44 ◦ blue 163

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

Shades of Royal Purple #682CA3

Tints of Royal Purple #682CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 52.41%

R = 33.44%
G = 14.15%
B = 52.41%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#682CA3 (or 0x682CA3) is known color: Royal Purple. HEX triplet: 68, 2C and A3. RGB value is (104,44,163). Sum of RGB (Red+Green+Blue) = 104+44+163=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 163 (64.06% from 255 or 52.41% from 311); Max value from RGB is 163 - color contains mainly: blue. Hex color #682CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682CA3 is #97D35C. Grayscale: #4B4B4B. Windows color (decimal): -9950045 or 10693736. OLE color: 10693736.

HSL color Cylindrical-coordinate representation of color #682CA3: hue angle of 270.25º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682CA3 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 44 163 -
CMYK 0.36 0.73 0 0.36
HSL 270.25º 0.57% 0.41% -
HSV(B) 270.25º 0.73% 0.64% -
XYZ 13.22 7.39 35.38 -
YUV 75.51 177.38 148.32 -
System Red Green Blue C M Y K H S L
Decimal 104 44 163 0.36 0.73 0 0.36 270.25 0.57 0.41
Hex 68 2C A3 24 49 0 24 10E 39 29
Octal 150 54 243 44 111 0 44 416 71 51
Binary 1101000 101100 10100011 100100 1001001 0 100100 100001110 111001 101001

Color Harmonies of #682CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682CA3

Black with #682CA3

Text Example


Text Example

White with #682CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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