#3D0FBA

Color #3D0FBA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #3D0FBA

Tints of Purple Heart #3D0FBA

Color information

#3D0FBA (or 0x3D0FBA) is unknown color: approx Purple Heart. HEX triplet: 3D, 0F and BA. RGB value is (61,15,186). Sum of RGB (Red+Green+Blue) = 61+15+186=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D0FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0FBA is #C2F045. Grayscale: #2F2F2F. Windows color (decimal): -12775494 or 12193597. OLE color: 12193597.

HSL color Cylindrical-coordinate representation of color #3D0FBA: hue angle of 256.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D0FBA is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6115186-
CMYK0.670.9200.27
HSL256.14º85.07%39.41%-
HSV(B)256.14º91.94%72.94%-
XYZ10.964.8846.82-
YUV48.25205.74137.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.28%
GREEN value IS 15 (6.25% from 255) = 5.73%
BLUE value IS 186 (73.05% from 255) = 70.99%
R=23.28%
G=5.73%
B=70.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61151860.670.9200.27256.1485.0739.41
Hex3DFBA435C01B1005527
Octal751727210313403340012547
Binary111101111110111010100001110111000110111000000001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,15,186); }

 H1.HeaderClassName
 {
   color: #3D0FBA;
 }
 .AnyTagClassName
 {
   color: #3D0FBA;
 }
</style>
background-color css

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

 a { background-color: rgb(61,15,186); }

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

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

 span { border-color: rgb(61,15,186); }

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