Html Css Color HEX #702569 Palatinate Purple

📋 copy color: '#702569'

red 112 ◦ green 37 ◦ blue 105

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

Shades of Palatinate Purple #702569

Tints of Palatinate Purple #702569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.57%

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

R = 44.09%
G = 14.57%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#702569 (or 0x702569) is known color: Palatinate Purple. HEX triplet: 70, 25 and 69. RGB value is (112,37,105). Sum of RGB (Red+Green+Blue) = 112+37+105=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #702569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702569 is #8FDA96. Grayscale: #424242. Windows color (decimal): -9427607 or 6890864. OLE color: 6890864.

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

Color convert

RGB 112 37 105 -
CMYK 0 0.67 0.06 0.56
HSL 305.6º 0.5% 0.29% -
HSV(B) 305.6º 0.67% 0.44% -
XYZ 9.89 5.79 13.96 -
YUV 67.18 149.35 159.97 -
System Red Green Blue C M Y K H S L
Decimal 112 37 105 0 0.67 0.06 0.56 305.6 0.5 0.29
Hex 70 25 69 0 43 6 38 132 32 1D
Octal 160 45 151 0 103 6 70 462 62 35
Binary 1110000 100101 1101001 0 1000011 110 111000 100110010 110010 11101

Color Harmonies of #702569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702569

Black with #702569

Text Example


Text Example

White with #702569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702569; }

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

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

background-color css

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

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

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

border-color css

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

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

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