Html Css Color HEX #380CBA Purple Heart

📋 copy color: '#380CBA'

red 56 ◦ green 12 ◦ blue 186

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

Shades of Purple Heart #380CBA

Tints of Purple Heart #380CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 73.23%

R = 22.05%
G = 4.72%
B = 73.23%

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

#380CBA (or 0x380CBA) is known color: Purple Heart. HEX triplet: 38, 0C and BA. RGB value is (56,12,186). Sum of RGB (Red+Green+Blue) = 56+12+186=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #380CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380CBA is #C7F345. Grayscale: #2C2C2C. Windows color (decimal): -13103942 or 12192824. OLE color: 12192824.

HSL color Cylindrical-coordinate representation of color #380CBA: hue angle of 255.17º 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 #380CBA is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 12 186 -
CMYK 0.70 0.94 0 0.27
HSL 255.17º 0.88% 0.39% -
HSV(B) 255.17º 0.94% 0.73% -
XYZ 10.63 4.65 46.79 -
YUV 44.99 207.58 135.85 -
System Red Green Blue C M Y K H S L
Decimal 56 12 186 0.70 0.94 0 0.27 255.17 0.88 0.39
Hex 38 C BA 46 5E 0 1B FF 58 27
Octal 70 14 272 106 136 0 33 377 130 47
Binary 111000 1100 10111010 1000110 1011110 0 11011 11111111 1011000 100111

Color Harmonies of #380CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380CBA

Black with #380CBA

Text Example


Text Example

White with #380CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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