Html Css Color HEX #674398 Royal Purple

📋 copy color: '#674398'

red 103 ◦ green 67 ◦ blue 152

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

Shades of Royal Purple #674398

Tints of Royal Purple #674398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

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

R = 31.99%
G = 20.81%
B = 47.2%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#674398 (or 0x674398) is known color: Royal Purple. HEX triplet: 67, 43 and 98. RGB value is (103,67,152). Sum of RGB (Red+Green+Blue) = 103+67+152=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #674398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674398 is #98BC67. Grayscale: #575757. Windows color (decimal): -10009704 or 9978727. OLE color: 9978727.

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

Color convert

RGB 103 67 152 -
CMYK 0.32 0.56 0 0.40
HSL 265.41º 0.39% 0.43% -
HSV(B) 265.41º 0.56% 0.6% -
XYZ 13.27 9.16 30.78 -
YUV 87.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 103 67 152 0.32 0.56 0 0.40 265.41 0.39 0.43
Hex 67 43 98 20 38 0 28 109 27 2B
Octal 147 103 230 40 70 0 50 411 47 53
Binary 1100111 1000011 10011000 100000 111000 0 101000 100001001 100111 101011

Color Harmonies of #674398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674398

Black with #674398

Text Example


Text Example

White with #674398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674398; }

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

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

background-color css

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

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

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

border-color css

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

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

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