Html Css Color HEX #714462 Cosmic

📋 copy color: '#714462'

red 113 ◦ green 68 ◦ blue 98

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

Shades of Cosmic #714462

Tints of Cosmic #714462

RGB

 RED value IS 113 (44.53% from 255) = 40.5%

 GREEN value IS 68 (26.95% from 255) = 24.37%

 BLUE value IS 98 (38.67% from 255) = 35.13%

R = 40.5%
G = 24.37%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#714462 (or 0x714462) is known color: Cosmic. HEX triplet: 71, 44 and 62. RGB value is (113,68,98). Sum of RGB (Red+Green+Blue) = 113+68+98=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #714462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714462 is #8EBB9D. Grayscale: #545454. Windows color (decimal): -9354142 or 6440049. OLE color: 6440049.

HSL color Cylindrical-coordinate representation of color #714462: hue angle of 320º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #714462 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 98 -
CMYK 0 0.40 0.13 0.56
HSL 320º 0.25% 0.35% -
HSV(B) 320º 0.4% 0.44% -
XYZ 11.08 8.53 12.62 -
YUV 84.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 113 68 98 0 0.40 0.13 0.56 320 0.25 0.35
Hex 71 44 62 0 28 D 38 140 19 23
Octal 161 104 142 0 50 15 70 500 31 43
Binary 1110001 1000100 1100010 0 101000 1101 111000 101000000 11001 100011

Color Harmonies of #714462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714462

Black with #714462

Text Example


Text Example

White with #714462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714462; }

 p { color: rgb(113,68,98); }

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

background-color css

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

 a { background-color: rgb(113,68,98); }

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

border-color css

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

 span { border-color: rgb(113,68,98); }

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