Html Css Color HEX #700267 Purple

📋 copy color: '#700267'

red 112 ◦ green 2 ◦ blue 103

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

Shades of Purple #700267

Tints of Purple #700267

RGB

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

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

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

R = 51.61%
G = 0.92%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#700267 (or 0x700267) is known color: Purple. HEX triplet: 70, 02 and 67. RGB value is (112,2,103). Sum of RGB (Red+Green+Blue) = 112+2+103=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #700267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700267 is #8FFD98. Grayscale: #2E2E2E. Windows color (decimal): -9436569 or 6750832. OLE color: 6750832.

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

Color convert

RGB 112 2 103 -
CMYK 0 0.98 0.08 0.56
HSL 304.91º 0.96% 0.22% -
HSV(B) 304.91º 0.98% 0.44% -
XYZ 9.15 4.47 13.21 -
YUV 46.4 159.94 174.79 -
System Red Green Blue C M Y K H S L
Decimal 112 2 103 0 0.98 0.08 0.56 304.91 0.96 0.22
Hex 70 2 67 0 62 8 38 131 60 16
Octal 160 2 147 0 142 10 70 461 140 26
Binary 1110000 10 1100111 0 1100010 1000 111000 100110001 1100000 10110

Color Harmonies of #700267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700267

Black with #700267

Text Example


Text Example

White with #700267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700267; }

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

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

background-color css

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

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

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

border-color css

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

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

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