Html Css Color HEX #3D20CE Purple Heart

📋 copy color: '#3D20CE'

red 61 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #3D20CE

Tints of Purple Heart #3D20CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.7%

 BLUE value IS 206 (80.86% from 255) = 68.9%

R = 20.4%
G = 10.7%
B = 68.9%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3D20CE (or 0x3D20CE) is known color: Purple Heart. HEX triplet: 3D, 20 and CE. RGB value is (61,32,206). Sum of RGB (Red+Green+Blue) = 61+32+206=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D20CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D20CE is #C2DF31. Grayscale: #3B3B3B. Windows color (decimal): -12771122 or 13508669. OLE color: 13508669.

HSL color Cylindrical-coordinate representation of color #3D20CE: hue angle of 250º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D20CE is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 32 206 -
CMYK 0.70 0.84 0 0.19
HSL 250º 0.73% 0.47% -
HSV(B) 250º 0.84% 0.81% -
XYZ 13.58 6.48 58.93 -
YUV 60.51 210.11 128.35 -
System Red Green Blue C M Y K H S L
Decimal 61 32 206 0.70 0.84 0 0.19 250 0.73 0.47
Hex 3D 20 CE 46 54 0 13 FA 49 2F
Octal 75 40 316 106 124 0 23 372 111 57
Binary 111101 100000 11001110 1000110 1010100 0 10011 11111010 1001001 101111

Color Harmonies of #3D20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D20CE

Black with #3D20CE

Text Example


Text Example

White with #3D20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,32,206); }

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

background-color css

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

 a { background-color: rgb(61,32,206); }

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

border-color css

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

 span { border-color: rgb(61,32,206); }

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