Html Css Color HEX #380BBE Purple Heart

📋 copy color: '#380BBE'

red 56 ◦ green 11 ◦ blue 190

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

Shades of Purple Heart #380BBE

Tints of Purple Heart #380BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 73.93%

R = 21.79%
G = 4.28%
B = 73.93%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#380BBE (or 0x380BBE) is known color: Purple Heart. HEX triplet: 38, 0B and BE. RGB value is (56,11,190). Sum of RGB (Red+Green+Blue) = 56+11+190=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #380BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380BBE is #C7F441. Grayscale: #2C2C2C. Windows color (decimal): -13104194 or 12454712. OLE color: 12454712.

HSL color Cylindrical-coordinate representation of color #380BBE: hue angle of 255.08º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380BBE is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 11 190 -
CMYK 0.71 0.94 0 0.25
HSL 255.08º 0.89% 0.39% -
HSV(B) 255.08º 0.94% 0.75% -
XYZ 11.04 4.8 49.06 -
YUV 44.86 209.91 135.95 -
System Red Green Blue C M Y K H S L
Decimal 56 11 190 0.71 0.94 0 0.25 255.08 0.89 0.39
Hex 38 B BE 47 5E 0 19 FF 59 27
Octal 70 13 276 107 136 0 31 377 131 47
Binary 111000 1011 10111110 1000111 1011110 0 11001 11111111 1011001 100111

Color Harmonies of #380BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380BBE

Black with #380BBE

Text Example


Text Example

White with #380BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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