Html Css Color HEX #700269 Purple

📋 copy color: '#700269'

red 112 ◦ green 2 ◦ blue 105

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

Shades of Purple #700269

Tints of Purple #700269

RGB

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

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

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

R = 51.14%
G = 0.91%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#700269 (or 0x700269) is known color: Purple. HEX triplet: 70, 02 and 69. RGB value is (112,2,105). Sum of RGB (Red+Green+Blue) = 112+2+105=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #700269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700269 is #8FFD96. Grayscale: #2E2E2E. Windows color (decimal): -9436567 or 6881904. OLE color: 6881904.

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

Color convert

RGB 112 2 105 -
CMYK 0 0.98 0.06 0.56
HSL 303.82º 0.96% 0.22% -
HSV(B) 303.82º 0.98% 0.44% -
XYZ 9.25 4.51 13.75 -
YUV 46.63 160.94 174.62 -
System Red Green Blue C M Y K H S L
Decimal 112 2 105 0 0.98 0.06 0.56 303.82 0.96 0.22
Hex 70 2 69 0 62 6 38 130 60 16
Octal 160 2 151 0 142 6 70 460 140 26
Binary 1110000 10 1101001 0 1100010 110 111000 100110000 1100000 10110

Color Harmonies of #700269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700269

Black with #700269

Text Example


Text Example

White with #700269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700269; }

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

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

background-color css

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

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

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

border-color css

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

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

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