Html Css Color HEX #620B6C Palatinate Purple

📋 copy color: '#620B6C'

red 98 ◦ green 11 ◦ blue 108

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

Shades of Palatinate Purple #620B6C

Tints of Palatinate Purple #620B6C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.07%

 BLUE value IS 108 (42.58% from 255) = 49.77%

R = 45.16%
G = 5.07%
B = 49.77%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#620B6C (or 0x620B6C) is known color: Palatinate Purple. HEX triplet: 62, 0B and 6C. RGB value is (98,11,108). Sum of RGB (Red+Green+Blue) = 98+11+108=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #620B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B6C is #9DF493. Grayscale: #2F2F2F. Windows color (decimal): -10351764 or 7080802. OLE color: 7080802.

HSL color Cylindrical-coordinate representation of color #620B6C: hue angle of 293.81º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620B6C is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 98 11 108 -
CMYK 0.09 0.90 0 0.58
HSL 293.81º 0.82% 0.23% -
HSV(B) 293.81º 0.9% 0.42% -
XYZ 7.86 3.92 14.53 -
YUV 48.07 161.82 163.61 -
System Red Green Blue C M Y K H S L
Decimal 98 11 108 0.09 0.90 0 0.58 293.81 0.82 0.23
Hex 62 B 6C 9 5A 0 3A 126 52 17
Octal 142 13 154 11 132 0 72 446 122 27
Binary 1100010 1011 1101100 1001 1011010 0 111010 100100110 1010010 10111

Color Harmonies of #620B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620B6C

Black with #620B6C

Text Example


Text Example

White with #620B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,11,108); }

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

background-color css

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

 a { background-color: rgb(98,11,108); }

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

border-color css

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

 span { border-color: rgb(98,11,108); }

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