Html Css Color HEX #672B98 Royal Purple

📋 copy color: '#672B98'

red 103 ◦ green 43 ◦ blue 152

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

Shades of Royal Purple #672B98

Tints of Royal Purple #672B98

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

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

R = 34.56%
G = 14.43%
B = 51.01%

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

#672B98 (or 0x672B98) is known color: Royal Purple. HEX triplet: 67, 2B and 98. RGB value is (103,43,152). Sum of RGB (Red+Green+Blue) = 103+43+152=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #672B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672B98 is #98D467. Grayscale: #484848. Windows color (decimal): -10015848 or 9972583. OLE color: 9972583.

HSL color Cylindrical-coordinate representation of color #672B98: hue angle of 273.03º degrees, saturation: 0.56, 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 #672B98 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 43 152 -
CMYK 0.32 0.72 0 0.40
HSL 273.03º 0.56% 0.38% -
HSV(B) 273.03º 0.72% 0.6% -
XYZ 12.12 6.88 30.39 -
YUV 73.37 172.38 149.14 -
System Red Green Blue C M Y K H S L
Decimal 103 43 152 0.32 0.72 0 0.40 273.03 0.56 0.38
Hex 67 2B 98 20 48 0 28 111 38 26
Octal 147 53 230 40 110 0 50 421 70 46
Binary 1100111 101011 10011000 100000 1001000 0 101000 100010001 111000 100110

Color Harmonies of #672B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672B98

Black with #672B98

Text Example


Text Example

White with #672B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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