Html Css Color HEX #3A0BC7 Purple Heart

📋 copy color: '#3A0BC7'

red 58 ◦ green 11 ◦ blue 199

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

Shades of Purple Heart #3A0BC7

Tints of Purple Heart #3A0BC7

RGB

 RED value IS 58 (23.05% from 255) = 21.64%

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

 BLUE value IS 199 (78.13% from 255) = 74.25%

R = 21.64%
G = 4.1%
B = 74.25%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3A0BC7 (or 0x3A0BC7) is known color: Purple Heart. HEX triplet: 3A, 0B and C7. RGB value is (58,11,199). Sum of RGB (Red+Green+Blue) = 58+11+199=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 199 (78.12% from 255 or 74.25% from 268); Max value from RGB is 199 - color contains mainly: blue. Hex color #3A0BC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0BC7 is #C5F438. Grayscale: #2D2D2D. Windows color (decimal): -12973113 or 13044538. OLE color: 13044538.

HSL color Cylindrical-coordinate representation of color #3A0BC7: hue angle of 255º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0BC7 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 11 199 -
CMYK 0.71 0.94 0 0.22
HSL 255º 0.9% 0.41% -
HSV(B) 255º 0.94% 0.78% -
XYZ 12.17 5.26 54.41 -
YUV 46.49 214.07 136.21 -
System Red Green Blue C M Y K H S L
Decimal 58 11 199 0.71 0.94 0 0.22 255 0.9 0.41
Hex 3A B C7 47 5E 0 16 FF 5A 29
Octal 72 13 307 107 136 0 26 377 132 51
Binary 111010 1011 11000111 1000111 1011110 0 10110 11111111 1011010 101001

Color Harmonies of #3A0BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0BC7

Black with #3A0BC7

Text Example


Text Example

White with #3A0BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A0BC7; }

 p { color: rgb(58,11,199); }

 H1.HeaderClassName
 {
   color: #3A0BC7;
 }
 .AnyTagClassName
 {
   color: #3A0BC7;
 }
</style>

background-color css

<style>
 a { background-color: #3A0BC7; }

 a { background-color: rgb(58,11,199); }

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

border-color css

<style>
 span { border-color: #3A0BC7; }

 span { border-color: rgb(58,11,199); }

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