Html Css Color HEX #370ABD Purple Heart

📋 copy color: '#370ABD'

red 55 ◦ green 10 ◦ blue 189

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

Shades of Purple Heart #370ABD

Tints of Purple Heart #370ABD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.94%

 BLUE value IS 189 (74.22% from 255) = 74.41%

R = 21.65%
G = 3.94%
B = 74.41%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#370ABD (or 0x370ABD) is known color: Purple Heart. HEX triplet: 37, 0A and BD. RGB value is (55,10,189). Sum of RGB (Red+Green+Blue) = 55+10+189=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 189 (74.22% from 255 or 74.41% from 254); Max value from RGB is 189 - color contains mainly: blue. Hex color #370ABD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370ABD is #C8F542. Grayscale: #2B2B2B. Windows color (decimal): -13169987 or 12388919. OLE color: 12388919.

HSL color Cylindrical-coordinate representation of color #370ABD: hue angle of 255.08º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370ABD is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 10 189 -
CMYK 0.71 0.95 0 0.26
HSL 255.08º 0.9% 0.39% -
HSV(B) 255.08º 0.95% 0.74% -
XYZ 10.87 4.7 48.48 -
YUV 43.86 209.91 135.95 -
System Red Green Blue C M Y K H S L
Decimal 55 10 189 0.71 0.95 0 0.26 255.08 0.9 0.39
Hex 37 A BD 47 5F 0 1A FF 5A 27
Octal 67 12 275 107 137 0 32 377 132 47
Binary 110111 1010 10111101 1000111 1011111 0 11010 11111111 1011010 100111

Color Harmonies of #370ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370ABD

Black with #370ABD

Text Example


Text Example

White with #370ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,10,189); }

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

background-color css

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

 a { background-color: rgb(55,10,189); }

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

border-color css

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

 span { border-color: rgb(55,10,189); }

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