Html Css Color HEX #380AC5 Purple Heart

📋 copy color: '#380AC5'

red 56 ◦ green 10 ◦ blue 197

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

Shades of Purple Heart #380AC5

Tints of Purple Heart #380AC5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.8%

 BLUE value IS 197 (77.34% from 255) = 74.9%

R = 21.29%
G = 3.8%
B = 74.9%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#380AC5 (or 0x380AC5) is known color: Purple Heart. HEX triplet: 38, 0A and C5. RGB value is (56,10,197). Sum of RGB (Red+Green+Blue) = 56+10+197=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 197 (77.34% from 255 or 74.90% from 263); Max value from RGB is 197 - color contains mainly: blue. Hex color #380AC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380AC5 is #C7F53A. Grayscale: #2C2C2C. Windows color (decimal): -13104443 or 12913208. OLE color: 12913208.

HSL color Cylindrical-coordinate representation of color #380AC5: hue angle of 254.76º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380AC5 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 56 10 197 -
CMYK 0.72 0.95 0 0.23
HSL 254.76º 0.9% 0.41% -
HSV(B) 254.76º 0.95% 0.77% -
XYZ 11.82 5.09 53.18 -
YUV 45.07 213.74 135.79 -
System Red Green Blue C M Y K H S L
Decimal 56 10 197 0.72 0.95 0 0.23 254.76 0.9 0.41
Hex 38 A C5 48 5F 0 17 FF 5A 29
Octal 70 12 305 110 137 0 27 377 132 51
Binary 111000 1010 11000101 1001000 1011111 0 10111 11111111 1011010 101001

Color Harmonies of #380AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380AC5

Black with #380AC5

Text Example


Text Example

White with #380AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,10,197); }

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

background-color css

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

 a { background-color: rgb(56,10,197); }

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

border-color css

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

 span { border-color: rgb(56,10,197); }

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