Html Css Color HEX #3D0CB4 Purple Heart

📋 copy color: '#3D0CB4'

red 61 ◦ green 12 ◦ blue 180

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

Shades of Purple Heart #3D0CB4

Tints of Purple Heart #3D0CB4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.74%

 BLUE value IS 180 (70.7% from 255) = 71.15%

R = 24.11%
G = 4.74%
B = 71.15%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3D0CB4 (or 0x3D0CB4) is known color: Purple Heart. HEX triplet: 3D, 0C and B4. RGB value is (61,12,180). Sum of RGB (Red+Green+Blue) = 61+12+180=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 180 (70.70% from 255 or 71.15% from 253); Max value from RGB is 180 - color contains mainly: blue. Hex color #3D0CB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0CB4 is #C2F34B. Grayscale: #2D2D2D. Windows color (decimal): -12776268 or 11799613. OLE color: 11799613.

HSL color Cylindrical-coordinate representation of color #3D0CB4: hue angle of 257.5º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D0CB4 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 12 180 -
CMYK 0.66 0.93 0 0.29
HSL 257.5º 0.88% 0.38% -
HSV(B) 257.5º 0.93% 0.71% -
XYZ 10.29 4.55 43.52 -
YUV 45.8 203.73 138.84 -
System Red Green Blue C M Y K H S L
Decimal 61 12 180 0.66 0.93 0 0.29 257.5 0.88 0.38
Hex 3D C B4 42 5D 0 1D 102 58 26
Octal 75 14 264 102 135 0 35 402 130 46
Binary 111101 1100 10110100 1000010 1011101 0 11101 100000010 1011000 100110

Color Harmonies of #3D0CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0CB4

Black with #3D0CB4

Text Example


Text Example

White with #3D0CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,12,180); }

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

background-color css

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

 a { background-color: rgb(61,12,180); }

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

border-color css

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

 span { border-color: rgb(61,12,180); }

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