Html Css Color HEX #674298 Royal Purple

📋 copy color: '#674298'

red 103 ◦ green 66 ◦ blue 152

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

Shades of Royal Purple #674298

Tints of Royal Purple #674298

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.56%

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

R = 32.09%
G = 20.56%
B = 47.35%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#674298 (or 0x674298) is known color: Royal Purple. HEX triplet: 67, 42 and 98. RGB value is (103,66,152). Sum of RGB (Red+Green+Blue) = 103+66+152=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #674298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674298 is #98BD67. Grayscale: #565656. Windows color (decimal): -10009960 or 9978471. OLE color: 9978471.

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

Color convert

RGB 103 66 152 -
CMYK 0.32 0.57 0 0.40
HSL 265.81º 0.39% 0.43% -
HSV(B) 265.81º 0.57% 0.6% -
XYZ 13.21 9.05 30.76 -
YUV 86.87 164.76 139.51 -
System Red Green Blue C M Y K H S L
Decimal 103 66 152 0.32 0.57 0 0.40 265.81 0.39 0.43
Hex 67 42 98 20 39 0 28 10A 27 2B
Octal 147 102 230 40 71 0 50 412 47 53
Binary 1100111 1000010 10011000 100000 111001 0 101000 100001010 100111 101011

Color Harmonies of #674298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674298

Black with #674298

Text Example


Text Example

White with #674298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674298; }

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

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

background-color css

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

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

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

border-color css

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

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

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