Html Css Color HEX #3708BE Purple Heart

📋 copy color: '#3708BE'

red 55 ◦ green 8 ◦ blue 190

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

Shades of Purple Heart #3708BE

Tints of Purple Heart #3708BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 75.1%

R = 21.74%
G = 3.16%
B = 75.1%

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

#3708BE (or 0x3708BE) is known color: Purple Heart. HEX triplet: 37, 08 and BE. RGB value is (55,8,190). Sum of RGB (Red+Green+Blue) = 55+8+190=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 190 (74.61% from 255 or 75.10% from 253); Max value from RGB is 190 - color contains mainly: blue. Hex color #3708BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3708BE is #C8F741. Grayscale: #2A2A2A. Windows color (decimal): -13170498 or 12453943. OLE color: 12453943.

HSL color Cylindrical-coordinate representation of color #3708BE: hue angle of 255.49º 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 #3708BE is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 8 190 -
CMYK 0.71 0.96 0 0.25
HSL 255.49º 0.92% 0.39% -
HSV(B) 255.49º 0.96% 0.75% -
XYZ 10.96 4.7 49.05 -
YUV 42.8 211.07 136.7 -
System Red Green Blue C M Y K H S L
Decimal 55 8 190 0.71 0.96 0 0.25 255.49 0.92 0.39
Hex 37 8 BE 47 60 0 19 FF 5C 27
Octal 67 10 276 107 140 0 31 377 134 47
Binary 110111 1000 10111110 1000111 1100000 0 11001 11111111 1011100 100111

Color Harmonies of #3708BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3708BE

Black with #3708BE

Text Example


Text Example

White with #3708BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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