Html Css Color HEX #702469 Palatinate Purple

📋 copy color: '#702469'

red 112 ◦ green 36 ◦ blue 105

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

Shades of Palatinate Purple #702469

Tints of Palatinate Purple #702469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.23%

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

R = 44.27%
G = 14.23%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#702469 (or 0x702469) is known color: Palatinate Purple. HEX triplet: 70, 24 and 69. RGB value is (112,36,105). Sum of RGB (Red+Green+Blue) = 112+36+105=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #702469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702469 is #8FDB96. Grayscale: #424242. Windows color (decimal): -9427863 or 6890608. OLE color: 6890608.

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

Color convert

RGB 112 36 105 -
CMYK 0 0.68 0.06 0.56
HSL 305.53º 0.51% 0.29% -
HSV(B) 305.53º 0.68% 0.44% -
XYZ 9.86 5.73 13.95 -
YUV 66.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 112 36 105 0 0.68 0.06 0.56 305.53 0.51 0.29
Hex 70 24 69 0 44 6 38 132 33 1D
Octal 160 44 151 0 104 6 70 462 63 35
Binary 1110000 100100 1101001 0 1000100 110 111000 100110010 110011 11101

Color Harmonies of #702469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702469

Black with #702469

Text Example


Text Example

White with #702469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702469; }

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

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

background-color css

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

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

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

border-color css

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

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

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