Html Css Color HEX #620A67 Palatinate Purple

📋 copy color: '#620A67'

red 98 ◦ green 10 ◦ blue 103

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

Shades of Palatinate Purple #620A67

Tints of Palatinate Purple #620A67

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.74%

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

R = 46.45%
G = 4.74%
B = 48.82%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#620A67 (or 0x620A67) is known color: Palatinate Purple. HEX triplet: 62, 0A and 67. RGB value is (98,10,103). Sum of RGB (Red+Green+Blue) = 98+10+103=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #620A67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A67 is #9DF598. Grayscale: #2E2E2E. Windows color (decimal): -10352025 or 6752866. OLE color: 6752866.

HSL color Cylindrical-coordinate representation of color #620A67: hue angle of 296.77º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620A67 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 98 10 103 -
CMYK 0.05 0.90 0 0.60
HSL 296.77º 0.82% 0.22% -
HSV(B) 296.77º 0.9% 0.4% -
XYZ 7.59 3.79 13.16 -
YUV 46.91 159.65 164.44 -
System Red Green Blue C M Y K H S L
Decimal 98 10 103 0.05 0.90 0 0.60 296.77 0.82 0.22
Hex 62 A 67 5 5A 0 3C 129 52 16
Octal 142 12 147 5 132 0 74 451 122 26
Binary 1100010 1010 1100111 101 1011010 0 111100 100101001 1010010 10110

Color Harmonies of #620A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620A67

Black with #620A67

Text Example


Text Example

White with #620A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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