Html Css Color HEX #672298 Royal Purple

📋 copy color: '#672298'

red 103 ◦ green 34 ◦ blue 152

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

Shades of Royal Purple #672298

Tints of Royal Purple #672298

RGB

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

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

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

R = 35.64%
G = 11.76%
B = 52.6%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#672298 (or 0x672298) is known color: Royal Purple. HEX triplet: 67, 22 and 98. RGB value is (103,34,152). Sum of RGB (Red+Green+Blue) = 103+34+152=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #672298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672298 is #98DD67. Grayscale: #434343. Windows color (decimal): -10018152 or 9970279. OLE color: 9970279.

HSL color Cylindrical-coordinate representation of color #672298: hue angle of 275.08º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #672298 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 34 152 -
CMYK 0.32 0.78 0 0.40
HSL 275.08º 0.63% 0.36% -
HSV(B) 275.08º 0.78% 0.6% -
XYZ 11.83 6.29 30.3 -
YUV 68.08 175.36 152.91 -
System Red Green Blue C M Y K H S L
Decimal 103 34 152 0.32 0.78 0 0.40 275.08 0.63 0.36
Hex 67 22 98 20 4E 0 28 113 3F 24
Octal 147 42 230 40 116 0 50 423 77 44
Binary 1100111 100010 10011000 100000 1001110 0 101000 100010011 111111 100100

Color Harmonies of #672298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672298

Black with #672298

Text Example


Text Example

White with #672298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672298; }

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

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

background-color css

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

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

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

border-color css

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

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

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