Html Css Color HEX #380BBB Purple Heart

📋 copy color: '#380BBB'

red 56 ◦ green 11 ◦ blue 187

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

Shades of Purple Heart #380BBB

Tints of Purple Heart #380BBB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.33%

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

R = 22.05%
G = 4.33%
B = 73.62%

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

#380BBB (or 0x380BBB) is known color: Purple Heart. HEX triplet: 38, 0B and BB. RGB value is (56,11,187). Sum of RGB (Red+Green+Blue) = 56+11+187=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #380BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380BBB is #C7F444. Grayscale: #2B2B2B. Windows color (decimal): -13104197 or 12258104. OLE color: 12258104.

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

Color convert

RGB 56 11 187 -
CMYK 0.70 0.94 0 0.27
HSL 255.34º 0.89% 0.39% -
HSV(B) 255.34º 0.94% 0.73% -
XYZ 10.72 4.67 47.35 -
YUV 44.52 208.41 136.19 -
System Red Green Blue C M Y K H S L
Decimal 56 11 187 0.70 0.94 0 0.27 255.34 0.89 0.39
Hex 38 B BB 46 5E 0 1B FF 59 27
Octal 70 13 273 106 136 0 33 377 131 47
Binary 111000 1011 10111011 1000110 1011110 0 11011 11111111 1011001 100111

Color Harmonies of #380BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380BBB

Black with #380BBB

Text Example


Text Example

White with #380BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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