Html Css Color HEX #75268F Vivid Violet

📋 copy color: '#75268F'

red 117 ◦ green 38 ◦ blue 143

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

Shades of Vivid Violet #75268F

Tints of Vivid Violet #75268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

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

R = 39.26%
G = 12.75%
B = 47.99%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75268F (or 0x75268F) is known color: Vivid Violet. HEX triplet: 75, 26 and 8F. RGB value is (117,38,143). Sum of RGB (Red+Green+Blue) = 117+38+143=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #75268F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75268F is #8AD970. Grayscale: #494949. Windows color (decimal): -9099633 or 9381493. OLE color: 9381493.

HSL color Cylindrical-coordinate representation of color #75268F: hue angle of 285.14º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75268F is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 38 143 -
CMYK 0.18 0.73 0 0.44
HSL 285.14º 0.58% 0.35% -
HSV(B) 285.14º 0.73% 0.56% -
XYZ 12.99 7.15 26.68 -
YUV 73.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 117 38 143 0.18 0.73 0 0.44 285.14 0.58 0.35
Hex 75 26 8F 12 49 0 2C 11D 3A 23
Octal 165 46 217 22 111 0 54 435 72 43
Binary 1110101 100110 10001111 10010 1001001 0 101100 100011101 111010 100011

Color Harmonies of #75268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75268F

Black with #75268F

Text Example


Text Example

White with #75268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75268F; }

 p { color: rgb(117,38,143); }

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

background-color css

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

 a { background-color: rgb(117,38,143); }

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

border-color css

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

 span { border-color: rgb(117,38,143); }

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