Html Css Color HEX #3810C0 Purple Heart

📋 copy color: '#3810C0'

red 56 ◦ green 16 ◦ blue 192

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

Shades of Purple Heart #3810C0

Tints of Purple Heart #3810C0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.06%

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

R = 21.21%
G = 6.06%
B = 72.73%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3810C0 (or 0x3810C0) is known color: Purple Heart. HEX triplet: 38, 10 and C0. RGB value is (56,16,192). Sum of RGB (Red+Green+Blue) = 56+16+192=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 192 (75.39% from 255 or 72.73% from 264); Max value from RGB is 192 - color contains mainly: blue. Hex color #3810C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3810C0 is #C7EF3F. Grayscale: #2F2F2F. Windows color (decimal): -13102912 or 12587064. OLE color: 12587064.

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

Color convert

RGB 56 16 192 -
CMYK 0.71 0.92 0 0.25
HSL 253.64º 0.85% 0.41% -
HSV(B) 253.64º 0.92% 0.75% -
XYZ 11.33 5.02 50.24 -
YUV 48.02 209.25 133.69 -
System Red Green Blue C M Y K H S L
Decimal 56 16 192 0.71 0.92 0 0.25 253.64 0.85 0.41
Hex 38 10 C0 47 5C 0 19 FE 55 29
Octal 70 20 300 107 134 0 31 376 125 51
Binary 111000 10000 11000000 1000111 1011100 0 11001 11111110 1010101 101001

Color Harmonies of #3810C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3810C0

Black with #3810C0

Text Example


Text Example

White with #3810C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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