Html Css Color HEX #674395 Royal Purple

📋 copy color: '#674395'

red 103 ◦ green 67 ◦ blue 149

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

Shades of Royal Purple #674395

Tints of Royal Purple #674395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.71%

R = 32.29%
G = 21%
B = 46.71%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#674395 (or 0x674395) is known color: Royal Purple. HEX triplet: 67, 43 and 95. RGB value is (103,67,149). Sum of RGB (Red+Green+Blue) = 103+67+149=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #674395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674395 is #98BC6A. Grayscale: #565656. Windows color (decimal): -10009707 or 9782119. OLE color: 9782119.

HSL color Cylindrical-coordinate representation of color #674395: hue angle of 266.34º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #674395 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 67 149 -
CMYK 0.31 0.55 0 0.42
HSL 266.34º 0.38% 0.42% -
HSV(B) 266.34º 0.55% 0.58% -
XYZ 13.03 9.07 29.5 -
YUV 87.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 103 67 149 0.31 0.55 0 0.42 266.34 0.38 0.42
Hex 67 43 95 1F 37 0 2A 10A 26 2A
Octal 147 103 225 37 67 0 52 412 46 52
Binary 1100111 1000011 10010101 11111 110111 0 101010 100001010 100110 101010

Color Harmonies of #674395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674395

Black with #674395

Text Example


Text Example

White with #674395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674395; }

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

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

background-color css

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

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

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

border-color css

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

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

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