Html Css Color HEX #75015F Purple

📋 copy color: '#75015F'

red 117 ◦ green 1 ◦ blue 95

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

Shades of Purple #75015F

Tints of Purple #75015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 95 (37.5% from 255) = 44.6%

R = 54.93%
G = 0.47%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75015F (or 0x75015F) is known color: Purple. HEX triplet: 75, 01 and 5F. RGB value is (117,1,95). Sum of RGB (Red+Green+Blue) = 117+1+95=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75015F is #8AFEA0. Grayscale: #2E2E2E. Windows color (decimal): -9109153 or 6226293. OLE color: 6226293.

HSL color Cylindrical-coordinate representation of color #75015F: hue angle of 311.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75015F is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 1 95 -
CMYK 0 0.99 0.19 0.54
HSL 311.38º 0.98% 0.23% -
HSV(B) 311.38º 0.99% 0.46% -
XYZ 9.41 4.63 11.22 -
YUV 46.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 117 1 95 0 0.99 0.19 0.54 311.38 0.98 0.23
Hex 75 1 5F 0 63 13 36 137 62 17
Octal 165 1 137 0 143 23 66 467 142 27
Binary 1110101 1 1011111 0 1100011 10011 110110 100110111 1100010 10111

Color Harmonies of #75015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75015F

Black with #75015F

Text Example


Text Example

White with #75015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,1,95); }

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

background-color css

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

 a { background-color: rgb(117,1,95); }

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

border-color css

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

 span { border-color: rgb(117,1,95); }

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