Html Css Color HEX #42184B Hot Purple

📋 copy color: '#42184B'

red 66 ◦ green 24 ◦ blue 75

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

Shades of Hot Purple #42184B

Tints of Hot Purple #42184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.55%

 BLUE value IS 75 (29.69% from 255) = 45.45%

R = 40%
G = 14.55%
B = 45.45%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42184B (or 0x42184B) is known color: Hot Purple. HEX triplet: 42, 18 and 4B. RGB value is (66,24,75). Sum of RGB (Red+Green+Blue) = 66+24+75=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 75 - color contains mainly: blue. Hex color #42184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42184B is #BDE7B4. Grayscale: #2A2A2A. Windows color (decimal): -12445621 or 4921410. OLE color: 4921410.

HSL color Cylindrical-coordinate representation of color #42184B: hue angle of 289.41º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42184B is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 24 75 -
CMYK 0.12 0.68 0 0.71
HSL 289.41º 0.52% 0.19% -
HSV(B) 289.41º 0.68% 0.29% -
XYZ 3.84 2.32 6.9 -
YUV 42.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 66 24 75 0.12 0.68 0 0.71 289.41 0.52 0.19
Hex 42 18 4B C 44 0 47 121 34 13
Octal 102 30 113 14 104 0 107 441 64 23
Binary 1000010 11000 1001011 1100 1000100 0 1000111 100100001 110100 10011

Color Harmonies of #42184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42184B

Black with #42184B

Text Example


Text Example

White with #42184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42184B; }

 p { color: rgb(66,24,75); }

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

background-color css

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

 a { background-color: rgb(66,24,75); }

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

border-color css

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

 span { border-color: rgb(66,24,75); }

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