Html Css Color HEX #380CBB Purple Heart

📋 copy color: '#380CBB'

red 56 ◦ green 12 ◦ blue 187

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

Shades of Purple Heart #380CBB

Tints of Purple Heart #380CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.71%

 BLUE value IS 187 (73.44% from 255) = 73.33%

R = 21.96%
G = 4.71%
B = 73.33%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#380CBB (or 0x380CBB) is known color: Purple Heart. HEX triplet: 38, 0C and BB. RGB value is (56,12,187). Sum of RGB (Red+Green+Blue) = 56+12+187=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 187 (73.44% from 255 or 73.33% from 255); Max value from RGB is 187 - color contains mainly: blue. Hex color #380CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380CBB is #C7F344. Grayscale: #2C2C2C. Windows color (decimal): -13103941 or 12258360. OLE color: 12258360.

HSL color Cylindrical-coordinate representation of color #380CBB: hue angle of 255.09º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380CBB is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 12 187 -
CMYK 0.70 0.94 0 0.27
HSL 255.09º 0.88% 0.39% -
HSV(B) 255.09º 0.94% 0.73% -
XYZ 10.73 4.69 47.35 -
YUV 45.11 208.08 135.77 -
System Red Green Blue C M Y K H S L
Decimal 56 12 187 0.70 0.94 0 0.27 255.09 0.88 0.39
Hex 38 C BB 46 5E 0 1B FF 58 27
Octal 70 14 273 106 136 0 33 377 130 47
Binary 111000 1100 10111011 1000110 1011110 0 11011 11111111 1011000 100111

Color Harmonies of #380CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380CBB

Black with #380CBB

Text Example


Text Example

White with #380CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,12,187); }

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

background-color css

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

 a { background-color: rgb(56,12,187); }

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

border-color css

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

 span { border-color: rgb(56,12,187); }

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