Html Css Color HEX #620C69 Palatinate Purple

📋 copy color: '#620C69'

red 98 ◦ green 12 ◦ blue 105

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

Shades of Palatinate Purple #620C69

Tints of Palatinate Purple #620C69

RGB

 RED value IS 98 (38.67% from 255) = 45.58%

 GREEN value IS 12 (5.08% from 255) = 5.58%

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

R = 45.58%
G = 5.58%
B = 48.84%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#620C69 (or 0x620C69) is known color: Palatinate Purple. HEX triplet: 62, 0C and 69. RGB value is (98,12,105). Sum of RGB (Red+Green+Blue) = 98+12+105=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #620C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C69 is #9DF396. Grayscale: #303030. Windows color (decimal): -10351511 or 6884450. OLE color: 6884450.

HSL color Cylindrical-coordinate representation of color #620C69: hue angle of 295.48º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620C69 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 98 12 105 -
CMYK 0.07 0.89 0 0.59
HSL 295.48º 0.79% 0.23% -
HSV(B) 295.48º 0.89% 0.41% -
XYZ 7.72 3.88 13.71 -
YUV 48.32 159.99 163.44 -
System Red Green Blue C M Y K H S L
Decimal 98 12 105 0.07 0.89 0 0.59 295.48 0.79 0.23
Hex 62 C 69 7 59 0 3B 127 4F 17
Octal 142 14 151 7 131 0 73 447 117 27
Binary 1100010 1100 1101001 111 1011001 0 111011 100100111 1001111 10111

Color Harmonies of #620C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620C69

Black with #620C69

Text Example


Text Example

White with #620C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620C69; }

 p { color: rgb(98,12,105); }

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

background-color css

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

 a { background-color: rgb(98,12,105); }

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

border-color css

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

 span { border-color: rgb(98,12,105); }

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