Html Css Color HEX #3D06BC Purple Heart

📋 copy color: '#3D06BC'

red 61 ◦ green 6 ◦ blue 188

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

Shades of Purple Heart #3D06BC

Tints of Purple Heart #3D06BC

RGB

 RED value IS 61 (24.22% from 255) = 23.92%

 GREEN value IS 6 (2.73% from 255) = 2.35%

 BLUE value IS 188 (73.83% from 255) = 73.73%

R = 23.92%
G = 2.35%
B = 73.73%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3D06BC (or 0x3D06BC) is known color: Purple Heart. HEX triplet: 3D, 06 and BC. RGB value is (61,6,188). Sum of RGB (Red+Green+Blue) = 61+6+188=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D06BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D06BC is #C2F943. Grayscale: #2A2A2A. Windows color (decimal): -12777796 or 12322365. OLE color: 12322365.

HSL color Cylindrical-coordinate representation of color #3D06BC: hue angle of 258.13º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D06BC is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 61 6 188 -
CMYK 0.68 0.97 0 0.26
HSL 258.13º 0.94% 0.38% -
HSV(B) 258.13º 0.97% 0.74% -
XYZ 11.07 4.75 47.91 -
YUV 43.19 209.72 140.7 -
System Red Green Blue C M Y K H S L
Decimal 61 6 188 0.68 0.97 0 0.26 258.13 0.94 0.38
Hex 3D 6 BC 44 61 0 1A 102 5E 26
Octal 75 6 274 104 141 0 32 402 136 46
Binary 111101 110 10111100 1000100 1100001 0 11010 100000010 1011110 100110

Color Harmonies of #3D06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D06BC

Black with #3D06BC

Text Example


Text Example

White with #3D06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,6,188); }

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

background-color css

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

 a { background-color: rgb(61,6,188); }

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

border-color css

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

 span { border-color: rgb(61,6,188); }

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