Html Css Color HEX #622080 Kingfisher Daisy

📋 copy color: '#622080'

red 98 ◦ green 32 ◦ blue 128

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

Shades of Kingfisher Daisy #622080

Tints of Kingfisher Daisy #622080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.4%

 BLUE value IS 128 (50.39% from 255) = 49.61%

R = 37.98%
G = 12.4%
B = 49.61%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#622080 (or 0x622080) is known color: Kingfisher Daisy. HEX triplet: 62, 20 and 80. RGB value is (98,32,128). Sum of RGB (Red+Green+Blue) = 98+32+128=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #622080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622080 is #9DDF7F. Grayscale: #3E3E3E. Windows color (decimal): -10346368 or 8396898. OLE color: 8396898.

HSL color Cylindrical-coordinate representation of color #622080: hue angle of 281.25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #622080 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 32 128 -
CMYK 0.23 0.75 0 0.50
HSL 281.25º 0.6% 0.31% -
HSV(B) 281.25º 0.75% 0.5% -
XYZ 9.45 5.19 20.93 -
YUV 62.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 98 32 128 0.23 0.75 0 0.50 281.25 0.6 0.31
Hex 62 20 80 17 4B 0 32 119 3C 1F
Octal 142 40 200 27 113 0 62 431 74 37
Binary 1100010 100000 10000000 10111 1001011 0 110010 100011001 111100 11111

Color Harmonies of #622080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622080

Black with #622080

Text Example


Text Example

White with #622080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622080; }

 p { color: rgb(98,32,128); }

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

background-color css

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

 a { background-color: rgb(98,32,128); }

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

border-color css

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

 span { border-color: rgb(98,32,128); }

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