Html Css Color HEX #7E258F Vivid Violet

📋 copy color: '#7E258F'

red 126 ◦ green 37 ◦ blue 143

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

Shades of Vivid Violet #7E258F

Tints of Vivid Violet #7E258F

RGB

 RED value IS 126 (49.61% from 255) = 41.18%

 GREEN value IS 37 (14.84% from 255) = 12.09%

 BLUE value IS 143 (56.25% from 255) = 46.73%

R = 41.18%
G = 12.09%
B = 46.73%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7E258F (or 0x7E258F) is known color: Vivid Violet. HEX triplet: 7E, 25 and 8F. RGB value is (126,37,143). Sum of RGB (Red+Green+Blue) = 126+37+143=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E258F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E258F is #81DA70. Grayscale: #4B4B4B. Windows color (decimal): -8510065 or 9381246. OLE color: 9381246.

HSL color Cylindrical-coordinate representation of color #7E258F: hue angle of 290.38º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E258F is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 37 143 -
CMYK 0.12 0.74 0 0.44
HSL 290.38º 0.59% 0.35% -
HSV(B) 290.38º 0.74% 0.56% -
XYZ 14.22 7.74 26.73 -
YUV 75.7 165.99 163.88 -
System Red Green Blue C M Y K H S L
Decimal 126 37 143 0.12 0.74 0 0.44 290.38 0.59 0.35
Hex 7E 25 8F C 4A 0 2C 122 3B 23
Octal 176 45 217 14 112 0 54 442 73 43
Binary 1111110 100101 10001111 1100 1001010 0 101100 100100010 111011 100011

Color Harmonies of #7E258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E258F

Black with #7E258F

Text Example


Text Example

White with #7E258F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,37,143); }

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

background-color css

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

 a { background-color: rgb(126,37,143); }

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

border-color css

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

 span { border-color: rgb(126,37,143); }

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