Html Css Color HEX #3708C0 Purple Heart

📋 copy color: '#3708C0'

red 55 ◦ green 8 ◦ blue 192

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

Shades of Purple Heart #3708C0

Tints of Purple Heart #3708C0

RGB

 RED value IS 55 (21.88% from 255) = 21.57%

 GREEN value IS 8 (3.52% from 255) = 3.14%

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

R = 21.57%
G = 3.14%
B = 75.29%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3708C0 (or 0x3708C0) is known color: Purple Heart. HEX triplet: 37, 08 and C0. RGB value is (55,8,192). Sum of RGB (Red+Green+Blue) = 55+8+192=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 192 (75.39% from 255 or 75.29% from 255); Max value from RGB is 192 - color contains mainly: blue. Hex color #3708C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3708C0 is #C8F73F. Grayscale: #2A2A2A. Windows color (decimal): -13170496 or 12585015. OLE color: 12585015.

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

Color convert

RGB 55 8 192 -
CMYK 0.71 0.96 0 0.25
HSL 255.33º 0.92% 0.39% -
HSV(B) 255.33º 0.96% 0.75% -
XYZ 11.18 4.79 50.2 -
YUV 43.03 212.07 136.54 -
System Red Green Blue C M Y K H S L
Decimal 55 8 192 0.71 0.96 0 0.25 255.33 0.92 0.39
Hex 37 8 C0 47 60 0 19 FF 5C 27
Octal 67 10 300 107 140 0 31 377 134 47
Binary 110111 1000 11000000 1000111 1100000 0 11001 11111111 1011100 100111

Color Harmonies of #3708C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3708C0

Black with #3708C0

Text Example


Text Example

White with #3708C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,8,192); }

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

background-color css

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

 a { background-color: rgb(55,8,192); }

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

border-color css

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

 span { border-color: rgb(55,8,192); }

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