Html Css Color HEX #752F8E Vivid Violet

📋 copy color: '#752F8E'

red 117 ◦ green 47 ◦ blue 142

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

Shades of Vivid Violet #752F8E

Tints of Vivid Violet #752F8E

RGB

 RED value IS 117 (46.09% from 255) = 38.24%

 GREEN value IS 47 (18.75% from 255) = 15.36%

 BLUE value IS 142 (55.86% from 255) = 46.41%

R = 38.24%
G = 15.36%
B = 46.41%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#752F8E (or 0x752F8E) is known color: Vivid Violet. HEX triplet: 75, 2F and 8E. RGB value is (117,47,142). Sum of RGB (Red+Green+Blue) = 117+47+142=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #752F8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752F8E is #8AD071. Grayscale: #4E4E4E. Windows color (decimal): -9097330 or 9318261. OLE color: 9318261.

HSL color Cylindrical-coordinate representation of color #752F8E: hue angle of 284.21º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752F8E is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 47 142 -
CMYK 0.18 0.67 0 0.44
HSL 284.21º 0.5% 0.37% -
HSV(B) 284.21º 0.67% 0.56% -
XYZ 13.24 7.77 26.39 -
YUV 78.76 163.69 155.28 -
System Red Green Blue C M Y K H S L
Decimal 117 47 142 0.18 0.67 0 0.44 284.21 0.5 0.37
Hex 75 2F 8E 12 43 0 2C 11C 32 25
Octal 165 57 216 22 103 0 54 434 62 45
Binary 1110101 101111 10001110 10010 1000011 0 101100 100011100 110010 100101

Color Harmonies of #752F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F8E

Black with #752F8E

Text Example


Text Example

White with #752F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752F8E; }

 p { color: rgb(117,47,142); }

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

background-color css

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

 a { background-color: rgb(117,47,142); }

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

border-color css

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

 span { border-color: rgb(117,47,142); }

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