Html Css Color HEX #672295 Royal Purple

📋 copy color: '#672295'

red 103 ◦ green 34 ◦ blue 149

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

Shades of Royal Purple #672295

Tints of Royal Purple #672295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.89%

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

R = 36.01%
G = 11.89%
B = 52.1%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#672295 (or 0x672295) is known color: Royal Purple. HEX triplet: 67, 22 and 95. RGB value is (103,34,149). Sum of RGB (Red+Green+Blue) = 103+34+149=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #672295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672295 is #98DD6A. Grayscale: #434343. Windows color (decimal): -10018155 or 9773671. OLE color: 9773671.

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

Color convert

RGB 103 34 149 -
CMYK 0.31 0.77 0 0.42
HSL 276º 0.63% 0.36% -
HSV(B) 276º 0.77% 0.58% -
XYZ 11.59 6.2 29.02 -
YUV 67.74 173.86 153.15 -
System Red Green Blue C M Y K H S L
Decimal 103 34 149 0.31 0.77 0 0.42 276 0.63 0.36
Hex 67 22 95 1F 4D 0 2A 114 3F 24
Octal 147 42 225 37 115 0 52 424 77 44
Binary 1100111 100010 10010101 11111 1001101 0 101010 100010100 111111 100100

Color Harmonies of #672295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672295

Black with #672295

Text Example


Text Example

White with #672295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672295; }

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

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

background-color css

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

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

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

border-color css

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

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

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