Html Css Color HEX #630769 Palatinate Purple

📋 copy color: '#630769'

red 99 ◦ green 7 ◦ blue 105

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

Shades of Palatinate Purple #630769

Tints of Palatinate Purple #630769

RGB

 RED value IS 99 (39.06% from 255) = 46.92%

 GREEN value IS 7 (3.13% from 255) = 3.32%

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

R = 46.92%
G = 3.32%
B = 49.76%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#630769 (or 0x630769) is known color: Palatinate Purple. HEX triplet: 63, 07 and 69. RGB value is (99,7,105). Sum of RGB (Red+Green+Blue) = 99+7+105=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #630769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630769 is #9CF896. Grayscale: #2D2D2D. Windows color (decimal): -10287255 or 6883171. OLE color: 6883171.

HSL color Cylindrical-coordinate representation of color #630769: hue angle of 296.33º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630769 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 7 105 -
CMYK 0.06 0.93 0 0.59
HSL 296.33º 0.88% 0.22% -
HSV(B) 296.33º 0.93% 0.41% -
XYZ 7.77 3.82 13.69 -
YUV 45.68 161.48 166.03 -
System Red Green Blue C M Y K H S L
Decimal 99 7 105 0.06 0.93 0 0.59 296.33 0.88 0.22
Hex 63 7 69 6 5D 0 3B 128 58 16
Octal 143 7 151 6 135 0 73 450 130 26
Binary 1100011 111 1101001 110 1011101 0 111011 100101000 1011000 10110

Color Harmonies of #630769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630769

Black with #630769

Text Example


Text Example

White with #630769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630769; }

 p { color: rgb(99,7,105); }

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

background-color css

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

 a { background-color: rgb(99,7,105); }

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

border-color css

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

 span { border-color: rgb(99,7,105); }

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