Html Css Color HEX #674898 Royal Purple

📋 copy color: '#674898'

red 103 ◦ green 72 ◦ blue 152

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

Shades of Royal Purple #674898

Tints of Royal Purple #674898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.02%

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

R = 31.5%
G = 22.02%
B = 46.48%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#674898 (or 0x674898) is known color: Royal Purple. HEX triplet: 67, 48 and 98. RGB value is (103,72,152). Sum of RGB (Red+Green+Blue) = 103+72+152=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #674898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674898 is #98B767. Grayscale: #5A5A5A. Windows color (decimal): -10008424 or 9980007. OLE color: 9980007.

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

Color convert

RGB 103 72 152 -
CMYK 0.32 0.53 0 0.40
HSL 263.25º 0.36% 0.44% -
HSV(B) 263.25º 0.53% 0.6% -
XYZ 13.58 9.79 30.88 -
YUV 90.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 103 72 152 0.32 0.53 0 0.40 263.25 0.36 0.44
Hex 67 48 98 20 35 0 28 107 24 2C
Octal 147 110 230 40 65 0 50 407 44 54
Binary 1100111 1001000 10011000 100000 110101 0 101000 100000111 100100 101100

Color Harmonies of #674898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674898

Black with #674898

Text Example


Text Example

White with #674898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674898; }

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

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

background-color css

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

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

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

border-color css

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

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

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