Html Css Color HEX #603282 Kingfisher Daisy

📋 copy color: '#603282'

red 96 ◦ green 50 ◦ blue 130

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

Shades of Kingfisher Daisy #603282

Tints of Kingfisher Daisy #603282

RGB

 RED value IS 96 (37.89% from 255) = 34.78%

 GREEN value IS 50 (19.92% from 255) = 18.12%

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 34.78%
G = 18.12%
B = 47.1%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#603282 (or 0x603282) is known color: Kingfisher Daisy. HEX triplet: 60, 32 and 82. RGB value is (96,50,130). Sum of RGB (Red+Green+Blue) = 96+50+130=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #603282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603282 is #9FCD7D. Grayscale: #484848. Windows color (decimal): -10472830 or 8532576. OLE color: 8532576.

HSL color Cylindrical-coordinate representation of color #603282: hue angle of 274.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #603282 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 50 130 -
CMYK 0.26 0.62 0 0.49
HSL 274.5º 0.44% 0.35% -
HSV(B) 274.5º 0.62% 0.51% -
XYZ 9.99 6.38 21.82 -
YUV 72.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 96 50 130 0.26 0.62 0 0.49 274.5 0.44 0.35
Hex 60 32 82 1A 3E 0 31 112 2C 23
Octal 140 62 202 32 76 0 61 422 54 43
Binary 1100000 110010 10000010 11010 111110 0 110001 100010010 101100 100011

Color Harmonies of #603282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603282

Black with #603282

Text Example


Text Example

White with #603282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603282; }

 p { color: rgb(96,50,130); }

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

background-color css

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

 a { background-color: rgb(96,50,130); }

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

border-color css

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

 span { border-color: rgb(96,50,130); }

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