Html Css Color HEX #3D06C2 Purple Heart

📋 copy color: '#3D06C2'

red 61 ◦ green 6 ◦ blue 194

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

Shades of Purple Heart #3D06C2

Tints of Purple Heart #3D06C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 74.33%

R = 23.37%
G = 2.3%
B = 74.33%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3D06C2 (or 0x3D06C2) is known color: Purple Heart. HEX triplet: 3D, 06 and C2. RGB value is (61,6,194). Sum of RGB (Red+Green+Blue) = 61+6+194=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 194 (76.17% from 255 or 74.33% from 261); Max value from RGB is 194 - color contains mainly: blue. Hex color #3D06C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D06C2 is #C2F93D. Grayscale: #2B2B2B. Windows color (decimal): -12777790 or 12715581. OLE color: 12715581.

HSL color Cylindrical-coordinate representation of color #3D06C2: hue angle of 257.55º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D06C2 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 61 6 194 -
CMYK 0.69 0.97 0 0.24
HSL 257.55º 0.94% 0.39% -
HSV(B) 257.55º 0.97% 0.76% -
XYZ 11.73 5.02 51.39 -
YUV 43.88 212.72 140.21 -
System Red Green Blue C M Y K H S L
Decimal 61 6 194 0.69 0.97 0 0.24 257.55 0.94 0.39
Hex 3D 6 C2 45 61 0 18 102 5E 27
Octal 75 6 302 105 141 0 30 402 136 47
Binary 111101 110 11000010 1000101 1100001 0 11000 100000010 1011110 100111

Color Harmonies of #3D06C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D06C2

Black with #3D06C2

Text Example


Text Example

White with #3D06C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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