Html Css Color HEX #620C67 Palatinate Purple

📋 copy color: '#620C67'

red 98 ◦ green 12 ◦ blue 103

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

Shades of Palatinate Purple #620C67

Tints of Palatinate Purple #620C67

RGB

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

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

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

R = 46.01%
G = 5.63%
B = 48.36%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#620C67 (or 0x620C67) is known color: Palatinate Purple. HEX triplet: 62, 0C and 67. RGB value is (98,12,103). Sum of RGB (Red+Green+Blue) = 98+12+103=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #620C67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C67 is #9DF398. Grayscale: #2F2F2F. Windows color (decimal): -10351513 or 6753378. OLE color: 6753378.

HSL color Cylindrical-coordinate representation of color #620C67: hue angle of 296.7º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C67 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 98 12 103 -
CMYK 0.05 0.88 0 0.60
HSL 296.7º 0.79% 0.23% -
HSV(B) 296.7º 0.88% 0.4% -
XYZ 7.62 3.84 13.17 -
YUV 48.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 98 12 103 0.05 0.88 0 0.60 296.7 0.79 0.23
Hex 62 C 67 5 58 0 3C 129 4F 17
Octal 142 14 147 5 130 0 74 451 117 27
Binary 1100010 1100 1100111 101 1011000 0 111100 100101001 1001111 10111

Color Harmonies of #620C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620C67

Black with #620C67

Text Example


Text Example

White with #620C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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