Html Css Color HEX #370FC4 Purple Heart

📋 copy color: '#370FC4'

red 55 ◦ green 15 ◦ blue 196

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

Shades of Purple Heart #370FC4

Tints of Purple Heart #370FC4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.64%

 BLUE value IS 196 (76.95% from 255) = 73.68%

R = 20.68%
G = 5.64%
B = 73.68%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#370FC4 (or 0x370FC4) is known color: Purple Heart. HEX triplet: 37, 0F and C4. RGB value is (55,15,196). Sum of RGB (Red+Green+Blue) = 55+15+196=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 196 (76.95% from 255 or 73.68% from 266); Max value from RGB is 196 - color contains mainly: blue. Hex color #370FC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FC4 is #C8F03B. Grayscale: #2E2E2E. Windows color (decimal): -13168700 or 12848951. OLE color: 12848951.

HSL color Cylindrical-coordinate representation of color #370FC4: hue angle of 253.26º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370FC4 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 55 15 196 -
CMYK 0.72 0.92 0 0.23
HSL 253.26º 0.86% 0.41% -
HSV(B) 253.26º 0.92% 0.77% -
XYZ 11.71 5.14 52.6 -
YUV 47.59 211.75 133.28 -
System Red Green Blue C M Y K H S L
Decimal 55 15 196 0.72 0.92 0 0.23 253.26 0.86 0.41
Hex 37 F C4 48 5C 0 17 FD 56 29
Octal 67 17 304 110 134 0 27 375 126 51
Binary 110111 1111 11000100 1001000 1011100 0 10111 11111101 1010110 101001

Color Harmonies of #370FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FC4

Black with #370FC4

Text Example


Text Example

White with #370FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370FC4; }

 p { color: rgb(55,15,196); }

 H1.HeaderClassName
 {
   color: #370FC4;
 }
 .AnyTagClassName
 {
   color: #370FC4;
 }
</style>

background-color css

<style>
 a { background-color: #370FC4; }

 a { background-color: rgb(55,15,196); }

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

border-color css

<style>
 span { border-color: #370FC4; }

 span { border-color: rgb(55,15,196); }

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