Html Css Color HEX #75046B Purple

📋 copy color: '#75046B'

red 117 ◦ green 4 ◦ blue 107

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

Shades of Purple #75046B

Tints of Purple #75046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

 BLUE value IS 107 (42.19% from 255) = 46.93%

R = 51.32%
G = 1.75%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75046B (or 0x75046B) is known color: Purple. HEX triplet: 75, 04 and 6B. RGB value is (117,4,107). Sum of RGB (Red+Green+Blue) = 117+4+107=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75046B is #8AFB94. Grayscale: #313131. Windows color (decimal): -9108373 or 7013493. OLE color: 7013493.

HSL color Cylindrical-coordinate representation of color #75046B: hue angle of 305.31º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75046B is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 4 107 -
CMYK 0 0.97 0.09 0.54
HSL 305.31º 0.93% 0.24% -
HSV(B) 305.31º 0.97% 0.46% -
XYZ 10.03 4.93 14.33 -
YUV 49.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 117 4 107 0 0.97 0.09 0.54 305.31 0.93 0.24
Hex 75 4 6B 0 61 9 36 131 5D 18
Octal 165 4 153 0 141 11 66 461 135 30
Binary 1110101 100 1101011 0 1100001 1001 110110 100110001 1011101 11000

Color Harmonies of #75046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75046B

Black with #75046B

Text Example


Text Example

White with #75046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75046B; }

 p { color: rgb(117,4,107); }

 H1.HeaderClassName
 {
   color: #75046B;
 }
 .AnyTagClassName
 {
   color: #75046B;
 }
</style>

background-color css

<style>
 a { background-color: #75046B; }

 a { background-color: rgb(117,4,107); }

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

border-color css

<style>
 span { border-color: #75046B; }

 span { border-color: rgb(117,4,107); }

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