Html Css Color HEX #75068D Purple

📋 copy color: '#75068D'

red 117 ◦ green 6 ◦ blue 141

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

Shades of Purple #75068D

Tints of Purple #75068D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.27%

 BLUE value IS 141 (55.47% from 255) = 53.41%

R = 44.32%
G = 2.27%
B = 53.41%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75068D (or 0x75068D) is known color: Purple. HEX triplet: 75, 06 and 8D. RGB value is (117,6,141). Sum of RGB (Red+Green+Blue) = 117+6+141=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #75068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75068D is #8AF972. Grayscale: #363636. Windows color (decimal): -9107827 or 9242229. OLE color: 9242229.

HSL color Cylindrical-coordinate representation of color #75068D: hue angle of 289.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75068D is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 6 141 -
CMYK 0.17 0.96 0 0.45
HSL 289.33º 0.92% 0.29% -
HSV(B) 289.33º 0.96% 0.55% -
XYZ 12.21 5.84 25.68 -
YUV 54.58 176.77 172.52 -
System Red Green Blue C M Y K H S L
Decimal 117 6 141 0.17 0.96 0 0.45 289.33 0.92 0.29
Hex 75 6 8D 11 60 0 2D 121 5C 1D
Octal 165 6 215 21 140 0 55 441 134 35
Binary 1110101 110 10001101 10001 1100000 0 101101 100100001 1011100 11101

Color Harmonies of #75068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75068D

Black with #75068D

Text Example


Text Example

White with #75068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75068D; }

 p { color: rgb(117,6,141); }

 H1.HeaderClassName
 {
   color: #75068D;
 }
 .AnyTagClassName
 {
   color: #75068D;
 }
</style>

background-color css

<style>
 a { background-color: #75068D; }

 a { background-color: rgb(117,6,141); }

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

border-color css

<style>
 span { border-color: #75068D; }

 span { border-color: rgb(117,6,141); }

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