Html Css Color HEX #62358F Daisy Bush

📋 copy color: '#62358F'

red 98 ◦ green 53 ◦ blue 143

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

Shades of Daisy Bush #62358F

Tints of Daisy Bush #62358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.03%

 BLUE value IS 143 (56.25% from 255) = 48.64%

R = 33.33%
G = 18.03%
B = 48.64%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#62358F (or 0x62358F) is known color: Daisy Bush. HEX triplet: 62, 35 and 8F. RGB value is (98,53,143). Sum of RGB (Red+Green+Blue) = 98+53+143=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 143 - color contains mainly: blue. Hex color #62358F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62358F is #9DCA70. Grayscale: #4C4C4C. Windows color (decimal): -10340977 or 9385314. OLE color: 9385314.

HSL color Cylindrical-coordinate representation of color #62358F: hue angle of 270º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62358F is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 53 143 -
CMYK 0.31 0.63 0 0.44
HSL 270º 0.46% 0.38% -
HSV(B) 270º 0.63% 0.56% -
XYZ 11.27 7.13 26.77 -
YUV 76.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 98 53 143 0.31 0.63 0 0.44 270 0.46 0.38
Hex 62 35 8F 1F 3F 0 2C 10E 2E 26
Octal 142 65 217 37 77 0 54 416 56 46
Binary 1100010 110101 10001111 11111 111111 0 101100 100001110 101110 100110

Color Harmonies of #62358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62358F

Black with #62358F

Text Example


Text Example

White with #62358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62358F; }

 p { color: rgb(98,53,143); }

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

background-color css

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

 a { background-color: rgb(98,53,143); }

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

border-color css

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

 span { border-color: rgb(98,53,143); }

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