Html Css Color HEX #75026D Purple

📋 copy color: '#75026D'

red 117 ◦ green 2 ◦ blue 109

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

Shades of Purple #75026D

Tints of Purple #75026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 109 (42.97% from 255) = 47.81%

R = 51.32%
G = 0.88%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75026D (or 0x75026D) is known color: Purple. HEX triplet: 75, 02 and 6D. RGB value is (117,2,109). Sum of RGB (Red+Green+Blue) = 117+2+109=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75026D is #8AFD92. Grayscale: #303030. Windows color (decimal): -9108883 or 7144053. OLE color: 7144053.

HSL color Cylindrical-coordinate representation of color #75026D: hue angle of 304.17º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75026D is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 2 109 -
CMYK 0 0.98 0.07 0.54
HSL 304.17º 0.97% 0.23% -
HSV(B) 304.17º 0.98% 0.46% -
XYZ 10.12 4.93 14.89 -
YUV 48.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 117 2 109 0 0.98 0.07 0.54 304.17 0.97 0.23
Hex 75 2 6D 0 62 7 36 130 61 17
Octal 165 2 155 0 142 7 66 460 141 27
Binary 1110101 10 1101101 0 1100010 111 110110 100110000 1100001 10111

Color Harmonies of #75026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75026D

Black with #75026D

Text Example


Text Example

White with #75026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75026D; }

 p { color: rgb(117,2,109); }

 H1.HeaderClassName
 {
   color: #75026D;
 }
 .AnyTagClassName
 {
   color: #75026D;
 }
</style>

background-color css

<style>
 a { background-color: #75026D; }

 a { background-color: rgb(117,2,109); }

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

border-color css

<style>
 span { border-color: #75026D; }

 span { border-color: rgb(117,2,109); }

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