Html Css Color HEX #75036B Purple

📋 copy color: '#75036B'

red 117 ◦ green 3 ◦ blue 107

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

Shades of Purple #75036B

Tints of Purple #75036B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

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

R = 51.54%
G = 1.32%
B = 47.14%

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

#75036B (or 0x75036B) is known color: Purple. HEX triplet: 75, 03 and 6B. RGB value is (117,3,107). Sum of RGB (Red+Green+Blue) = 117+3+107=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75036B is #8AFC94. Grayscale: #303030. Windows color (decimal): -9108629 or 7013237. OLE color: 7013237.

HSL color Cylindrical-coordinate representation of color #75036B: hue angle of 305.26º degrees, saturation: 0.95, 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 #75036B is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 3 107 -
CMYK 0 0.97 0.09 0.54
HSL 305.26º 0.95% 0.24% -
HSV(B) 305.26º 0.97% 0.46% -
XYZ 10.02 4.91 14.33 -
YUV 48.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 117 3 107 0 0.97 0.09 0.54 305.26 0.95 0.24
Hex 75 3 6B 0 61 9 36 131 5F 18
Octal 165 3 153 0 141 11 66 461 137 30
Binary 1110101 11 1101011 0 1100001 1001 110110 100110001 1011111 11000

Color Harmonies of #75036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75036B

Black with #75036B

Text Example


Text Example

White with #75036B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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