Html Css Color HEX #7F2398 Vivid Violet

📋 copy color: '#7F2398'

red 127 ◦ green 35 ◦ blue 152

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

Shades of Vivid Violet #7F2398

Tints of Vivid Violet #7F2398

RGB

 RED value IS 127 (50% from 255) = 40.45%

 GREEN value IS 35 (14.06% from 255) = 11.15%

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

R = 40.45%
G = 11.15%
B = 48.41%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7F2398 (or 0x7F2398) is known color: Vivid Violet. HEX triplet: 7F, 23 and 98. RGB value is (127,35,152). Sum of RGB (Red+Green+Blue) = 127+35+152=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #7F2398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2398 is #80DC67. Grayscale: #4B4B4B. Windows color (decimal): -8445032 or 9970559. OLE color: 9970559.

HSL color Cylindrical-coordinate representation of color #7F2398: hue angle of 287.18º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F2398 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 35 152 -
CMYK 0.16 0.77 0 0.40
HSL 287.18º 0.63% 0.37% -
HSV(B) 287.18º 0.77% 0.6% -
XYZ 15.02 7.98 30.45 -
YUV 75.85 170.98 164.49 -
System Red Green Blue C M Y K H S L
Decimal 127 35 152 0.16 0.77 0 0.40 287.18 0.63 0.37
Hex 7F 23 98 10 4D 0 28 11F 3F 25
Octal 177 43 230 20 115 0 50 437 77 45
Binary 1111111 100011 10011000 10000 1001101 0 101000 100011111 111111 100101

Color Harmonies of #7F2398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2398

Black with #7F2398

Text Example


Text Example

White with #7F2398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F2398; }

 p { color: rgb(127,35,152); }

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

background-color css

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

 a { background-color: rgb(127,35,152); }

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

border-color css

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

 span { border-color: rgb(127,35,152); }

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