Html Css Color HEX #75037B Purple

📋 copy color: '#75037B'

red 117 ◦ green 3 ◦ blue 123

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

Shades of Purple #75037B

Tints of Purple #75037B

RGB

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

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

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

R = 48.15%
G = 1.23%
B = 50.62%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75037B (or 0x75037B) is known color: Purple. HEX triplet: 75, 03 and 7B. RGB value is (117,3,123). Sum of RGB (Red+Green+Blue) = 117+3+123=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #75037B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75037B is #8AFC84. Grayscale: #323232. Windows color (decimal): -9108613 or 8061813. OLE color: 8061813.

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

Color convert

RGB 117 3 123 -
CMYK 0.05 0.98 0 0.52
HSL 297º 0.95% 0.25% -
HSV(B) 297º 0.98% 0.48% -
XYZ 10.94 5.28 19.18 -
YUV 50.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 117 3 123 0.05 0.98 0 0.52 297 0.95 0.25
Hex 75 3 7B 5 62 0 34 129 5F 19
Octal 165 3 173 5 142 0 64 451 137 31
Binary 1110101 11 1111011 101 1100010 0 110100 100101001 1011111 11001

Color Harmonies of #75037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75037B

Black with #75037B

Text Example


Text Example

White with #75037B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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