Html Css Color HEX #750567 Purple

📋 copy color: '#750567'

red 117 ◦ green 5 ◦ blue 103

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

Shades of Purple #750567

Tints of Purple #750567

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.22%

 BLUE value IS 103 (40.63% from 255) = 45.78%

R = 52%
G = 2.22%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#750567 (or 0x750567) is known color: Purple. HEX triplet: 75, 05 and 67. RGB value is (117,5,103). Sum of RGB (Red+Green+Blue) = 117+5+103=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #750567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750567 is #8AFA98. Grayscale: #313131. Windows color (decimal): -9108121 or 6751605. OLE color: 6751605.

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

Color convert

RGB 117 5 103 -
CMYK 0 0.96 0.12 0.54
HSL 307.5º 0.92% 0.24% -
HSV(B) 307.5º 0.96% 0.46% -
XYZ 9.84 4.87 13.25 -
YUV 49.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 117 5 103 0 0.96 0.12 0.54 307.5 0.92 0.24
Hex 75 5 67 0 60 C 36 134 5C 18
Octal 165 5 147 0 140 14 66 464 134 30
Binary 1110101 101 1100111 0 1100000 1100 110110 100110100 1011100 11000

Color Harmonies of #750567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750567

Black with #750567

Text Example


Text Example

White with #750567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750567; }

 p { color: rgb(117,5,103); }

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

background-color css

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

 a { background-color: rgb(117,5,103); }

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

border-color css

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

 span { border-color: rgb(117,5,103); }

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