Html Css Color HEX #380CBC Purple Heart

📋 copy color: '#380CBC'

red 56 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #380CBC

Tints of Purple Heart #380CBC

RGB

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

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

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

R = 21.88%
G = 4.69%
B = 73.44%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#380CBC (or 0x380CBC) is known color: Purple Heart. HEX triplet: 38, 0C and BC. RGB value is (56,12,188). Sum of RGB (Red+Green+Blue) = 56+12+188=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #380CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380CBC is #C7F343. Grayscale: #2C2C2C. Windows color (decimal): -13103940 or 12323896. OLE color: 12323896.

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

Color convert

RGB 56 12 188 -
CMYK 0.70 0.94 0 0.26
HSL 255º 0.88% 0.39% -
HSV(B) 255º 0.94% 0.74% -
XYZ 10.84 4.73 47.92 -
YUV 45.22 208.58 135.69 -
System Red Green Blue C M Y K H S L
Decimal 56 12 188 0.70 0.94 0 0.26 255 0.88 0.39
Hex 38 C BC 46 5E 0 1A FF 58 27
Octal 70 14 274 106 136 0 32 377 130 47
Binary 111000 1100 10111100 1000110 1011110 0 11010 11111111 1011000 100111

Color Harmonies of #380CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380CBC

Black with #380CBC

Text Example


Text Example

White with #380CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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