Html Css Color HEX #75127B Purple

📋 copy color: '#75127B'

red 117 ◦ green 18 ◦ blue 123

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

Shades of Purple #75127B

Tints of Purple #75127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.98%

 BLUE value IS 123 (48.44% from 255) = 47.67%

R = 45.35%
G = 6.98%
B = 47.67%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75127B (or 0x75127B) is known color: Purple. HEX triplet: 75, 12 and 7B. RGB value is (117,18,123). Sum of RGB (Red+Green+Blue) = 117+18+123=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #75127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75127B is #8AED84. Grayscale: #3B3B3B. Windows color (decimal): -9104773 or 8065653. OLE color: 8065653.

HSL color Cylindrical-coordinate representation of color #75127B: hue angle of 296.57º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75127B is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 18 123 -
CMYK 0.05 0.85 0 0.52
HSL 296.57º 0.74% 0.28% -
HSV(B) 296.57º 0.85% 0.48% -
XYZ 11.13 5.64 19.24 -
YUV 59.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 117 18 123 0.05 0.85 0 0.52 296.57 0.74 0.28
Hex 75 12 7B 5 55 0 34 129 4A 1C
Octal 165 22 173 5 125 0 64 451 112 34
Binary 1110101 10010 1111011 101 1010101 0 110100 100101001 1001010 11100

Color Harmonies of #75127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75127B

Black with #75127B

Text Example


Text Example

White with #75127B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,18,123); }

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

background-color css

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

 a { background-color: rgb(117,18,123); }

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

border-color css

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

 span { border-color: rgb(117,18,123); }

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