Html Css Color HEX #75067A Purple

📋 copy color: '#75067A'

red 117 ◦ green 6 ◦ blue 122

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

Shades of Purple #75067A

Tints of Purple #75067A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 49.8%

R = 47.76%
G = 2.45%
B = 49.8%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75067A (or 0x75067A) is known color: Purple. HEX triplet: 75, 06 and 7A. RGB value is (117,6,122). Sum of RGB (Red+Green+Blue) = 117+6+122=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #75067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75067A is #8AF985. Grayscale: #343434. Windows color (decimal): -9107846 or 7997045. OLE color: 7997045.

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

Color convert

RGB 117 6 122 -
CMYK 0.04 0.95 0 0.52
HSL 297.41º 0.91% 0.25% -
HSV(B) 297.41º 0.95% 0.48% -
XYZ 10.91 5.32 18.86 -
YUV 52.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 117 6 122 0.04 0.95 0 0.52 297.41 0.91 0.25
Hex 75 6 7A 4 5F 0 34 129 5B 19
Octal 165 6 172 4 137 0 64 451 133 31
Binary 1110101 110 1111010 100 1011111 0 110100 100101001 1011011 11001

Color Harmonies of #75067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75067A

Black with #75067A

Text Example


Text Example

White with #75067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75067A; }

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

 H1.HeaderClassName
 {
   color: #75067A;
 }
 .AnyTagClassName
 {
   color: #75067A;
 }
</style>

background-color css

<style>
 a { background-color: #75067A; }

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

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

border-color css

<style>
 span { border-color: #75067A; }

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

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