Html Css Color HEX #750369 Purple

📋 copy color: '#750369'

red 117 ◦ green 3 ◦ blue 105

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

Shades of Purple #750369

Tints of Purple #750369

RGB

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

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

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

R = 52%
G = 1.33%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#750369 (or 0x750369) is known color: Purple. HEX triplet: 75, 03 and 69. RGB value is (117,3,105). Sum of RGB (Red+Green+Blue) = 117+3+105=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #750369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750369 is #8AFC96. Grayscale: #303030. Windows color (decimal): -9108631 or 6882165. OLE color: 6882165.

HSL color Cylindrical-coordinate representation of color #750369: hue angle of 306.32º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750369 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 3 105 -
CMYK 0 0.97 0.10 0.54
HSL 306.32º 0.95% 0.24% -
HSV(B) 306.32º 0.97% 0.46% -
XYZ 9.92 4.87 13.78 -
YUV 48.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 117 3 105 0 0.97 0.10 0.54 306.32 0.95 0.24
Hex 75 3 69 0 61 A 36 132 5F 18
Octal 165 3 151 0 141 12 66 462 137 30
Binary 1110101 11 1101001 0 1100001 1010 110110 100110010 1011111 11000

Color Harmonies of #750369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750369

Black with #750369

Text Example


Text Example

White with #750369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750369; }

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

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

background-color css

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

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

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

border-color css

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

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

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