Html Css Color HEX #673AAA Royal Purple

📋 copy color: '#673AAA'

red 103 ◦ green 58 ◦ blue 170

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

Shades of Royal Purple #673AAA

Tints of Royal Purple #673AAA

RGB

 RED value IS 103 (40.63% from 255) = 31.12%

 GREEN value IS 58 (23.05% from 255) = 17.52%

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 31.12%
G = 17.52%
B = 51.36%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#673AAA (or 0x673AAA) is known color: Royal Purple. HEX triplet: 67, 3A and AA. RGB value is (103,58,170). Sum of RGB (Red+Green+Blue) = 103+58+170=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #673AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673AAA is #98C555. Grayscale: #535353. Windows color (decimal): -10011990 or 11156071. OLE color: 11156071.

HSL color Cylindrical-coordinate representation of color #673AAA: hue angle of 264.11º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #673AAA is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 58 170 -
CMYK 0.39 0.66 0 0.33
HSL 264.11º 0.49% 0.45% -
HSV(B) 264.11º 0.66% 0.67% -
XYZ 14.36 8.81 38.97 -
YUV 84.22 176.41 141.39 -
System Red Green Blue C M Y K H S L
Decimal 103 58 170 0.39 0.66 0 0.33 264.11 0.49 0.45
Hex 67 3A AA 27 42 0 21 108 31 2D
Octal 147 72 252 47 102 0 41 410 61 55
Binary 1100111 111010 10101010 100111 1000010 0 100001 100001000 110001 101101

Color Harmonies of #673AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673AAA

Black with #673AAA

Text Example


Text Example

White with #673AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673AAA; }

 p { color: rgb(103,58,170); }

 H1.HeaderClassName
 {
   color: #673AAA;
 }
 .AnyTagClassName
 {
   color: #673AAA;
 }
</style>

background-color css

<style>
 a { background-color: #673AAA; }

 a { background-color: rgb(103,58,170); }

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

border-color css

<style>
 span { border-color: #673AAA; }

 span { border-color: rgb(103,58,170); }

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