Html Css Color HEX #75147B Purple

📋 copy color: '#75147B'

red 117 ◦ green 20 ◦ blue 123

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

Shades of Purple #75147B

Tints of Purple #75147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

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

R = 45%
G = 7.69%
B = 47.31%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75147B (or 0x75147B) is known color: Purple. HEX triplet: 75, 14 and 7B. RGB value is (117,20,123). Sum of RGB (Red+Green+Blue) = 117+20+123=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #75147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75147B is #8AEB84. Grayscale: #3C3C3C. Windows color (decimal): -9104261 or 8066165. OLE color: 8066165.

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

Color convert

RGB 117 20 123 -
CMYK 0.05 0.84 0 0.52
HSL 296.5º 0.72% 0.28% -
HSV(B) 296.5º 0.84% 0.48% -
XYZ 11.16 5.71 19.25 -
YUV 60.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 117 20 123 0.05 0.84 0 0.52 296.5 0.72 0.28
Hex 75 14 7B 5 54 0 34 129 48 1C
Octal 165 24 173 5 124 0 64 451 110 34
Binary 1110101 10100 1111011 101 1010100 0 110100 100101001 1001000 11100

Color Harmonies of #75147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75147B

Black with #75147B

Text Example


Text Example

White with #75147B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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