Html Css Color HEX #702369 Palatinate Purple

📋 copy color: '#702369'

red 112 ◦ green 35 ◦ blue 105

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

Shades of Palatinate Purple #702369

Tints of Palatinate Purple #702369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.89%

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

R = 44.44%
G = 13.89%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#702369 (or 0x702369) is known color: Palatinate Purple. HEX triplet: 70, 23 and 69. RGB value is (112,35,105). Sum of RGB (Red+Green+Blue) = 112+35+105=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #702369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702369 is #8FDC96. Grayscale: #414141. Windows color (decimal): -9428119 or 6890352. OLE color: 6890352.

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

Color convert

RGB 112 35 105 -
CMYK 0 0.69 0.06 0.56
HSL 305.45º 0.52% 0.29% -
HSV(B) 305.45º 0.69% 0.44% -
XYZ 9.83 5.67 13.94 -
YUV 66 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 112 35 105 0 0.69 0.06 0.56 305.45 0.52 0.29
Hex 70 23 69 0 45 6 38 131 34 1D
Octal 160 43 151 0 105 6 70 461 64 35
Binary 1110000 100011 1101001 0 1000101 110 111000 100110001 110100 11101

Color Harmonies of #702369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702369

Black with #702369

Text Example


Text Example

White with #702369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702369; }

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

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

background-color css

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

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

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

border-color css

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

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

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