Html Css Color HEX #620F67 Palatinate Purple

📋 copy color: '#620F67'

red 98 ◦ green 15 ◦ blue 103

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

Shades of Palatinate Purple #620F67

Tints of Palatinate Purple #620F67

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.94%

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

R = 45.37%
G = 6.94%
B = 47.69%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#620F67 (or 0x620F67) is known color: Palatinate Purple. HEX triplet: 62, 0F and 67. RGB value is (98,15,103). Sum of RGB (Red+Green+Blue) = 98+15+103=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #620F67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F67 is #9DF098. Grayscale: #313131. Windows color (decimal): -10350745 or 6754146. OLE color: 6754146.

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

Color convert

RGB 98 15 103 -
CMYK 0.05 0.85 0 0.60
HSL 296.59º 0.75% 0.23% -
HSV(B) 296.59º 0.85% 0.4% -
XYZ 7.66 3.92 13.18 -
YUV 49.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 98 15 103 0.05 0.85 0 0.60 296.59 0.75 0.23
Hex 62 F 67 5 55 0 3C 129 4B 17
Octal 142 17 147 5 125 0 74 451 113 27
Binary 1100010 1111 1100111 101 1010101 0 111100 100101001 1001011 10111

Color Harmonies of #620F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F67

Black with #620F67

Text Example


Text Example

White with #620F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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