Html Css Color HEX #3D0FC9 Purple Heart

📋 copy color: '#3D0FC9'

red 61 ◦ green 15 ◦ blue 201

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

Shades of Purple Heart #3D0FC9

Tints of Purple Heart #3D0FC9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.42%

 BLUE value IS 201 (78.91% from 255) = 72.56%

R = 22.02%
G = 5.42%
B = 72.56%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3D0FC9 (or 0x3D0FC9) is known color: Purple Heart. HEX triplet: 3D, 0F and C9. RGB value is (61,15,201). Sum of RGB (Red+Green+Blue) = 61+15+201=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 201 (78.91% from 255 or 72.56% from 277); Max value from RGB is 201 - color contains mainly: blue. Hex color #3D0FC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0FC9 is #C2F036. Grayscale: #313131. Windows color (decimal): -12775479 or 13176637. OLE color: 13176637.

HSL color Cylindrical-coordinate representation of color #3D0FC9: hue angle of 254.84º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D0FC9 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 61 15 201 -
CMYK 0.70 0.93 0 0.21
HSL 254.84º 0.86% 0.42% -
HSV(B) 254.84º 0.93% 0.79% -
XYZ 12.64 5.55 55.66 -
YUV 49.96 213.24 135.88 -
System Red Green Blue C M Y K H S L
Decimal 61 15 201 0.70 0.93 0 0.21 254.84 0.86 0.42
Hex 3D F C9 46 5D 0 15 FF 56 2A
Octal 75 17 311 106 135 0 25 377 126 52
Binary 111101 1111 11001001 1000110 1011101 0 10101 11111111 1010110 101010

Color Harmonies of #3D0FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0FC9

Black with #3D0FC9

Text Example


Text Example

White with #3D0FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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