Html Css Color HEX #700369 Purple

📋 copy color: '#700369'

red 112 ◦ green 3 ◦ blue 105

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

Shades of Purple #700369

Tints of Purple #700369

RGB

 RED value IS 112 (44.14% from 255) = 50.91%

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

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

R = 50.91%
G = 1.36%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#700369 (or 0x700369) is known color: Purple. HEX triplet: 70, 03 and 69. RGB value is (112,3,105). Sum of RGB (Red+Green+Blue) = 112+3+105=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #700369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700369 is #8FFC96. Grayscale: #2E2E2E. Windows color (decimal): -9436311 or 6882160. OLE color: 6882160.

HSL color Cylindrical-coordinate representation of color #700369: hue angle of 303.85º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700369 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 105 -
CMYK 0 0.97 0.06 0.56
HSL 303.85º 0.95% 0.23% -
HSV(B) 303.85º 0.97% 0.44% -
XYZ 9.26 4.53 13.75 -
YUV 47.22 160.61 174.21 -
System Red Green Blue C M Y K H S L
Decimal 112 3 105 0 0.97 0.06 0.56 303.85 0.95 0.23
Hex 70 3 69 0 61 6 38 130 5F 17
Octal 160 3 151 0 141 6 70 460 137 27
Binary 1110000 11 1101001 0 1100001 110 111000 100110000 1011111 10111

Color Harmonies of #700369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700369

Black with #700369

Text Example


Text Example

White with #700369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700369; }

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

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

background-color css

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

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

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

border-color css

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

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

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