Html Css Color HEX #75069B Dark Magenta

📋 copy color: '#75069B'

red 117 ◦ green 6 ◦ blue 155

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

Shades of Dark Magenta #75069B

Tints of Dark Magenta #75069B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.16%

 BLUE value IS 155 (60.94% from 255) = 55.76%

R = 42.09%
G = 2.16%
B = 55.76%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75069B (or 0x75069B) is known color: Dark Magenta. HEX triplet: 75, 06 and 9B. RGB value is (117,6,155). Sum of RGB (Red+Green+Blue) = 117+6+155=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #75069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75069B is #8AF964. Grayscale: #373737. Windows color (decimal): -9107813 or 10159733. OLE color: 10159733.

HSL color Cylindrical-coordinate representation of color #75069B: hue angle of 284.7º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75069B is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 6 155 -
CMYK 0.25 0.96 0 0.39
HSL 284.7º 0.93% 0.32% -
HSV(B) 284.7º 0.96% 0.61% -
XYZ 13.32 6.28 31.52 -
YUV 56.18 183.77 171.38 -
System Red Green Blue C M Y K H S L
Decimal 117 6 155 0.25 0.96 0 0.39 284.7 0.93 0.32
Hex 75 6 9B 19 60 0 27 11D 5D 20
Octal 165 6 233 31 140 0 47 435 135 40
Binary 1110101 110 10011011 11001 1100000 0 100111 100011101 1011101 100000

Color Harmonies of #75069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75069B

Black with #75069B

Text Example


Text Example

White with #75069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,6,155); }

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

background-color css

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

 a { background-color: rgb(117,6,155); }

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

border-color css

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

 span { border-color: rgb(117,6,155); }

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