Html Css Color HEX #380DBC Purple Heart

📋 copy color: '#380DBC'

red 56 ◦ green 13 ◦ blue 188

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

Shades of Purple Heart #380DBC

Tints of Purple Heart #380DBC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.06%

 BLUE value IS 188 (73.83% from 255) = 73.15%

R = 21.79%
G = 5.06%
B = 73.15%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#380DBC (or 0x380DBC) is known color: Purple Heart. HEX triplet: 38, 0D and BC. RGB value is (56,13,188). Sum of RGB (Red+Green+Blue) = 56+13+188=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #380DBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380DBC is #C7F243. Grayscale: #2D2D2D. Windows color (decimal): -13103684 or 12324152. OLE color: 12324152.

HSL color Cylindrical-coordinate representation of color #380DBC: hue angle of 254.74º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380DBC is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 13 188 -
CMYK 0.70 0.93 0 0.26
HSL 254.74º 0.87% 0.39% -
HSV(B) 254.74º 0.93% 0.74% -
XYZ 10.85 4.76 47.92 -
YUV 45.81 208.25 135.27 -
System Red Green Blue C M Y K H S L
Decimal 56 13 188 0.70 0.93 0 0.26 254.74 0.87 0.39
Hex 38 D BC 46 5D 0 1A FF 57 27
Octal 70 15 274 106 135 0 32 377 127 47
Binary 111000 1101 10111100 1000110 1011101 0 11010 11111111 1010111 100111

Color Harmonies of #380DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380DBC

Black with #380DBC

Text Example


Text Example

White with #380DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380DBC; }

 p { color: rgb(56,13,188); }

 H1.HeaderClassName
 {
   color: #380DBC;
 }
 .AnyTagClassName
 {
   color: #380DBC;
 }
</style>

background-color css

<style>
 a { background-color: #380DBC; }

 a { background-color: rgb(56,13,188); }

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

border-color css

<style>
 span { border-color: #380DBC; }

 span { border-color: rgb(56,13,188); }

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