Html Css Color HEX #602B8D Kingfisher Daisy

📋 copy color: '#602B8D'

red 96 ◦ green 43 ◦ blue 141

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

Shades of Kingfisher Daisy #602B8D

Tints of Kingfisher Daisy #602B8D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.36%

 BLUE value IS 141 (55.47% from 255) = 50.36%

R = 34.29%
G = 15.36%
B = 50.36%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#602B8D (or 0x602B8D) is known color: Kingfisher Daisy. HEX triplet: 60, 2B and 8D. RGB value is (96,43,141). Sum of RGB (Red+Green+Blue) = 96+43+141=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #602B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602B8D is #9FD472. Grayscale: #454545. Windows color (decimal): -10474611 or 9251680. OLE color: 9251680.

HSL color Cylindrical-coordinate representation of color #602B8D: hue angle of 272.45º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602B8D is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 43 141 -
CMYK 0.32 0.70 0 0.45
HSL 272.45º 0.53% 0.36% -
HSV(B) 272.45º 0.7% 0.55% -
XYZ 10.5 6.14 25.83 -
YUV 70.02 168.06 146.53 -
System Red Green Blue C M Y K H S L
Decimal 96 43 141 0.32 0.70 0 0.45 272.45 0.53 0.36
Hex 60 2B 8D 20 46 0 2D 110 35 24
Octal 140 53 215 40 106 0 55 420 65 44
Binary 1100000 101011 10001101 100000 1000110 0 101101 100010000 110101 100100

Color Harmonies of #602B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B8D

Black with #602B8D

Text Example


Text Example

White with #602B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602B8D; }

 p { color: rgb(96,43,141); }

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

background-color css

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

 a { background-color: rgb(96,43,141); }

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

border-color css

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

 span { border-color: rgb(96,43,141); }

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