Html Css Color HEX #672098 Royal Purple

📋 copy color: '#672098'

red 103 ◦ green 32 ◦ blue 152

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

Shades of Royal Purple #672098

Tints of Royal Purple #672098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.15%

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

R = 35.89%
G = 11.15%
B = 52.96%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#672098 (or 0x672098) is known color: Royal Purple. HEX triplet: 67, 20 and 98. RGB value is (103,32,152). Sum of RGB (Red+Green+Blue) = 103+32+152=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #672098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672098 is #98DF67. Grayscale: #424242. Windows color (decimal): -10018664 or 9969767. OLE color: 9969767.

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

Color convert

RGB 103 32 152 -
CMYK 0.32 0.79 0 0.40
HSL 275.5º 0.65% 0.36% -
HSV(B) 275.5º 0.79% 0.6% -
XYZ 11.78 6.18 30.28 -
YUV 66.91 176.02 153.74 -
System Red Green Blue C M Y K H S L
Decimal 103 32 152 0.32 0.79 0 0.40 275.5 0.65 0.36
Hex 67 20 98 20 4F 0 28 114 41 24
Octal 147 40 230 40 117 0 50 424 101 44
Binary 1100111 100000 10011000 100000 1001111 0 101000 100010100 1000001 100100

Color Harmonies of #672098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672098

Black with #672098

Text Example


Text Example

White with #672098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672098; }

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

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

background-color css

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

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

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

border-color css

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

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

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