Html Css Color HEX #702567 Palatinate Purple

📋 copy color: '#702567'

red 112 ◦ green 37 ◦ blue 103

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

Shades of Palatinate Purple #702567

Tints of Palatinate Purple #702567

RGB

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

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

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

R = 44.44%
G = 14.68%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#702567 (or 0x702567) is known color: Palatinate Purple. HEX triplet: 70, 25 and 67. RGB value is (112,37,103). Sum of RGB (Red+Green+Blue) = 112+37+103=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #702567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702567 is #8FDA98. Grayscale: #424242. Windows color (decimal): -9427609 or 6759792. OLE color: 6759792.

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

Color convert

RGB 112 37 103 -
CMYK 0 0.67 0.08 0.56
HSL 307.2º 0.5% 0.29% -
HSV(B) 307.2º 0.67% 0.44% -
XYZ 9.79 5.75 13.43 -
YUV 66.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 112 37 103 0 0.67 0.08 0.56 307.2 0.5 0.29
Hex 70 25 67 0 43 8 38 133 32 1D
Octal 160 45 147 0 103 10 70 463 62 35
Binary 1110000 100101 1100111 0 1000011 1000 111000 100110011 110010 11101

Color Harmonies of #702567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702567

Black with #702567

Text Example


Text Example

White with #702567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702567; }

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

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

background-color css

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

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

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

border-color css

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

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

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