Html Css Color HEX #75268A Vivid Violet

📋 copy color: '#75268A'

red 117 ◦ green 38 ◦ blue 138

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

Shades of Vivid Violet #75268A

Tints of Vivid Violet #75268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.1%

R = 39.93%
G = 12.97%
B = 47.1%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75268A (or 0x75268A) is known color: Vivid Violet. HEX triplet: 75, 26 and 8A. RGB value is (117,38,138). Sum of RGB (Red+Green+Blue) = 117+38+138=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #75268A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75268A is #8AD975. Grayscale: #484848. Windows color (decimal): -9099638 or 9053813. OLE color: 9053813.

HSL color Cylindrical-coordinate representation of color #75268A: hue angle of 287.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75268A is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 38 138 -
CMYK 0.15 0.72 0 0.46
HSL 287.4º 0.57% 0.35% -
HSV(B) 287.4º 0.72% 0.54% -
XYZ 12.62 7 24.73 -
YUV 73.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 117 38 138 0.15 0.72 0 0.46 287.4 0.57 0.35
Hex 75 26 8A F 48 0 2E 11F 39 23
Octal 165 46 212 17 110 0 56 437 71 43
Binary 1110101 100110 10001010 1111 1001000 0 101110 100011111 111001 100011

Color Harmonies of #75268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75268A

Black with #75268A

Text Example


Text Example

White with #75268A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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