Html Css Color HEX #672A98 Royal Purple

📋 copy color: '#672A98'

red 103 ◦ green 42 ◦ blue 152

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

Shades of Royal Purple #672A98

Tints of Royal Purple #672A98

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.14%

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

R = 34.68%
G = 14.14%
B = 51.18%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#672A98 (or 0x672A98) is known color: Royal Purple. HEX triplet: 67, 2A and 98. RGB value is (103,42,152). Sum of RGB (Red+Green+Blue) = 103+42+152=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #672A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672A98 is #98D567. Grayscale: #484848. Windows color (decimal): -10016104 or 9972327. OLE color: 9972327.

HSL color Cylindrical-coordinate representation of color #672A98: hue angle of 273.27º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #672A98 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 42 152 -
CMYK 0.32 0.72 0 0.40
HSL 273.27º 0.57% 0.38% -
HSV(B) 273.27º 0.72% 0.6% -
XYZ 12.09 6.81 30.38 -
YUV 72.78 172.71 149.56 -
System Red Green Blue C M Y K H S L
Decimal 103 42 152 0.32 0.72 0 0.40 273.27 0.57 0.38
Hex 67 2A 98 20 48 0 28 111 39 26
Octal 147 52 230 40 110 0 50 421 71 46
Binary 1100111 101010 10011000 100000 1001000 0 101000 100010001 111001 100110

Color Harmonies of #672A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672A98

Black with #672A98

Text Example


Text Example

White with #672A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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