Html Css Color HEX #672995 Royal Purple

📋 copy color: '#672995'

red 103 ◦ green 41 ◦ blue 149

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

Shades of Royal Purple #672995

Tints of Royal Purple #672995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.99%

 BLUE value IS 149 (58.59% from 255) = 50.85%

R = 35.15%
G = 13.99%
B = 50.85%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#672995 (or 0x672995) is known color: Royal Purple. HEX triplet: 67, 29 and 95. RGB value is (103,41,149). Sum of RGB (Red+Green+Blue) = 103+41+149=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #672995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672995 is #98D66A. Grayscale: #474747. Windows color (decimal): -10016363 or 9775463. OLE color: 9775463.

HSL color Cylindrical-coordinate representation of color #672995: hue angle of 274.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #672995 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 41 149 -
CMYK 0.31 0.72 0 0.42
HSL 274.44º 0.57% 0.37% -
HSV(B) 274.44º 0.72% 0.58% -
XYZ 11.81 6.64 29.09 -
YUV 71.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 103 41 149 0.31 0.72 0 0.42 274.44 0.57 0.37
Hex 67 29 95 1F 48 0 2A 112 39 25
Octal 147 51 225 37 110 0 52 422 71 45
Binary 1100111 101001 10010101 11111 1001000 0 101010 100010010 111001 100101

Color Harmonies of #672995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672995

Black with #672995

Text Example


Text Example

White with #672995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672995; }

 p { color: rgb(103,41,149); }

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

background-color css

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

 a { background-color: rgb(103,41,149); }

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

border-color css

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

 span { border-color: rgb(103,41,149); }

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