Html Css Color HEX #42114E Scarlet Gum

📋 copy color: '#42114E'

red 66 ◦ green 17 ◦ blue 78

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

Shades of Scarlet Gum #42114E

Tints of Scarlet Gum #42114E

RGB

 RED value IS 66 (26.17% from 255) = 40.99%

 GREEN value IS 17 (7.03% from 255) = 10.56%

 BLUE value IS 78 (30.86% from 255) = 48.45%

R = 40.99%
G = 10.56%
B = 48.45%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42114E (or 0x42114E) is known color: Scarlet Gum. HEX triplet: 42, 11 and 4E. RGB value is (66,17,78). Sum of RGB (Red+Green+Blue) = 66+17+78=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #42114E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42114E is #BDEEB1. Grayscale: #262626. Windows color (decimal): -12447410 or 5116226. OLE color: 5116226.

HSL color Cylindrical-coordinate representation of color #42114E: hue angle of 288.2º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42114E is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 17 78 -
CMYK 0.15 0.78 0 0.69
HSL 288.2º 0.64% 0.19% -
HSV(B) 288.2º 0.78% 0.31% -
XYZ 3.82 2.11 7.41 -
YUV 38.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 66 17 78 0.15 0.78 0 0.69 288.2 0.64 0.19
Hex 42 11 4E F 4E 0 45 120 40 13
Octal 102 21 116 17 116 0 105 440 100 23
Binary 1000010 10001 1001110 1111 1001110 0 1000101 100100000 1000000 10011

Color Harmonies of #42114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42114E

Black with #42114E

Text Example


Text Example

White with #42114E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42114E; }

 p { color: rgb(66,17,78); }

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

background-color css

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

 a { background-color: rgb(66,17,78); }

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

border-color css

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

 span { border-color: rgb(66,17,78); }

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