Html Css Color HEX #674698 Royal Purple

📋 copy color: '#674698'

red 103 ◦ green 70 ◦ blue 152

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

Shades of Royal Purple #674698

Tints of Royal Purple #674698

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 31.69%
G = 21.54%
B = 46.77%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#674698 (or 0x674698) is known color: Royal Purple. HEX triplet: 67, 46 and 98. RGB value is (103,70,152). Sum of RGB (Red+Green+Blue) = 103+70+152=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #674698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674698 is #98B967. Grayscale: #585858. Windows color (decimal): -10008936 or 9979495. OLE color: 9979495.

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

Color convert

RGB 103 70 152 -
CMYK 0.32 0.54 0 0.40
HSL 264.15º 0.37% 0.44% -
HSV(B) 264.15º 0.54% 0.6% -
XYZ 13.45 9.53 30.84 -
YUV 89.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 103 70 152 0.32 0.54 0 0.40 264.15 0.37 0.44
Hex 67 46 98 20 36 0 28 108 25 2C
Octal 147 106 230 40 66 0 50 410 45 54
Binary 1100111 1000110 10011000 100000 110110 0 101000 100001000 100101 101100

Color Harmonies of #674698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674698

Black with #674698

Text Example


Text Example

White with #674698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674698; }

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

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

background-color css

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

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

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

border-color css

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

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

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