Html Css Color HEX #620467 Purple

📋 copy color: '#620467'

red 98 ◦ green 4 ◦ blue 103

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

Shades of Purple #620467

Tints of Purple #620467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.95%

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

R = 47.8%
G = 1.95%
B = 50.24%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#620467 (or 0x620467) is known color: Purple. HEX triplet: 62, 04 and 67. RGB value is (98,4,103). Sum of RGB (Red+Green+Blue) = 98+4+103=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #620467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620467 is #9DFB98. Grayscale: #2B2B2B. Windows color (decimal): -10353561 or 6751330. OLE color: 6751330.

HSL color Cylindrical-coordinate representation of color #620467: hue angle of 296.97º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620467 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 98 4 103 -
CMYK 0.05 0.96 0 0.60
HSL 296.97º 0.93% 0.21% -
HSV(B) 296.97º 0.96% 0.4% -
XYZ 7.53 3.66 13.14 -
YUV 43.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 98 4 103 0.05 0.96 0 0.60 296.97 0.93 0.21
Hex 62 4 67 5 60 0 3C 129 5D 15
Octal 142 4 147 5 140 0 74 451 135 25
Binary 1100010 100 1100111 101 1100000 0 111100 100101001 1011101 10101

Color Harmonies of #620467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620467

Black with #620467

Text Example


Text Example

White with #620467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620467; }

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

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

background-color css

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

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

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

border-color css

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

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

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