Html Css Color HEX #3815C0 Purple Heart

📋 copy color: '#3815C0'

red 56 ◦ green 21 ◦ blue 192

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

Shades of Purple Heart #3815C0

Tints of Purple Heart #3815C0

RGB

 RED value IS 56 (22.27% from 255) = 20.82%

 GREEN value IS 21 (8.59% from 255) = 7.81%

 BLUE value IS 192 (75.39% from 255) = 71.38%

R = 20.82%
G = 7.81%
B = 71.38%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3815C0 (or 0x3815C0) is known color: Purple Heart. HEX triplet: 38, 15 and C0. RGB value is (56,21,192). Sum of RGB (Red+Green+Blue) = 56+21+192=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 192 (75.39% from 255 or 71.38% from 269); Max value from RGB is 192 - color contains mainly: blue. Hex color #3815C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3815C0 is #C7EA3F. Grayscale: #323232. Windows color (decimal): -13101632 or 12588344. OLE color: 12588344.

HSL color Cylindrical-coordinate representation of color #3815C0: hue angle of 252.28º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3815C0 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 21 192 -
CMYK 0.71 0.89 0 0.25
HSL 252.28º 0.8% 0.42% -
HSV(B) 252.28º 0.89% 0.75% -
XYZ 11.41 5.18 50.27 -
YUV 50.96 207.6 131.6 -
System Red Green Blue C M Y K H S L
Decimal 56 21 192 0.71 0.89 0 0.25 252.28 0.8 0.42
Hex 38 15 C0 47 59 0 19 FC 50 2A
Octal 70 25 300 107 131 0 31 374 120 52
Binary 111000 10101 11000000 1000111 1011001 0 11001 11111100 1010000 101010

Color Harmonies of #3815C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3815C0

Black with #3815C0

Text Example


Text Example

White with #3815C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3815C0; }

 p { color: rgb(56,21,192); }

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

background-color css

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

 a { background-color: rgb(56,21,192); }

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

border-color css

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

 span { border-color: rgb(56,21,192); }

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