Html Css Color HEX #750269 Purple

📋 copy color: '#750269'

red 117 ◦ green 2 ◦ blue 105

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

Shades of Purple #750269

Tints of Purple #750269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.88%

R = 52.23%
G = 0.89%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#750269 (or 0x750269) is known color: Purple. HEX triplet: 75, 02 and 69. RGB value is (117,2,105). Sum of RGB (Red+Green+Blue) = 117+2+105=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #750269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750269 is #8AFD96. Grayscale: #2F2F2F. Windows color (decimal): -9108887 or 6881909. OLE color: 6881909.

HSL color Cylindrical-coordinate representation of color #750269: hue angle of 306.26º 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 #750269 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 2 105 -
CMYK 0 0.98 0.10 0.54
HSL 306.26º 0.97% 0.23% -
HSV(B) 306.26º 0.98% 0.46% -
XYZ 9.91 4.85 13.78 -
YUV 48.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 117 2 105 0 0.98 0.10 0.54 306.26 0.97 0.23
Hex 75 2 69 0 62 A 36 132 61 17
Octal 165 2 151 0 142 12 66 462 141 27
Binary 1110101 10 1101001 0 1100010 1010 110110 100110010 1100001 10111

Color Harmonies of #750269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750269

Black with #750269

Text Example


Text Example

White with #750269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750269; }

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

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

background-color css

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

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

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

border-color css

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

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

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