Html Css Color HEX #620C6A Palatinate Purple

📋 copy color: '#620C6A'

red 98 ◦ green 12 ◦ blue 106

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

Shades of Palatinate Purple #620C6A

Tints of Palatinate Purple #620C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 49.07%

R = 45.37%
G = 5.56%
B = 49.07%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#620C6A (or 0x620C6A) is known color: Palatinate Purple. HEX triplet: 62, 0C and 6A. RGB value is (98,12,106). Sum of RGB (Red+Green+Blue) = 98+12+106=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #620C6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C6A is #9DF395. Grayscale: #303030. Windows color (decimal): -10351510 or 6949986. OLE color: 6949986.

HSL color Cylindrical-coordinate representation of color #620C6A: hue angle of 294.89º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620C6A is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 98 12 106 -
CMYK 0.08 0.89 0 0.58
HSL 294.89º 0.8% 0.23% -
HSV(B) 294.89º 0.89% 0.42% -
XYZ 7.77 3.9 13.98 -
YUV 48.43 160.49 163.36 -
System Red Green Blue C M Y K H S L
Decimal 98 12 106 0.08 0.89 0 0.58 294.89 0.8 0.23
Hex 62 C 6A 8 59 0 3A 127 50 17
Octal 142 14 152 10 131 0 72 447 120 27
Binary 1100010 1100 1101010 1000 1011001 0 111010 100100111 1010000 10111

Color Harmonies of #620C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620C6A

Black with #620C6A

Text Example


Text Example

White with #620C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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