Html Css Color HEX #672D98 Royal Purple

📋 copy color: '#672D98'

red 103 ◦ green 45 ◦ blue 152

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

Shades of Royal Purple #672D98

Tints of Royal Purple #672D98

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15%

 BLUE value IS 152 (59.77% from 255) = 50.67%

R = 34.33%
G = 15%
B = 50.67%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#672D98 (or 0x672D98) is known color: Royal Purple. HEX triplet: 67, 2D and 98. RGB value is (103,45,152). Sum of RGB (Red+Green+Blue) = 103+45+152=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #672D98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672D98 is #98D267. Grayscale: #4A4A4A. Windows color (decimal): -10015336 or 9973095. OLE color: 9973095.

HSL color Cylindrical-coordinate representation of color #672D98: hue angle of 272.52º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #672D98 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 45 152 -
CMYK 0.32 0.70 0 0.40
HSL 272.52º 0.54% 0.39% -
HSV(B) 272.52º 0.7% 0.6% -
XYZ 12.2 7.03 30.42 -
YUV 74.54 171.72 148.3 -
System Red Green Blue C M Y K H S L
Decimal 103 45 152 0.32 0.70 0 0.40 272.52 0.54 0.39
Hex 67 2D 98 20 46 0 28 111 36 27
Octal 147 55 230 40 106 0 50 421 66 47
Binary 1100111 101101 10011000 100000 1000110 0 101000 100010001 110110 100111

Color Harmonies of #672D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672D98

Black with #672D98

Text Example


Text Example

White with #672D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672D98; }

 p { color: rgb(103,45,152); }

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

background-color css

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

 a { background-color: rgb(103,45,152); }

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

border-color css

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

 span { border-color: rgb(103,45,152); }

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