Html Css Color HEX #3D20CA Purple Heart

📋 copy color: '#3D20CA'

red 61 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #3D20CA

Tints of Purple Heart #3D20CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 68.47%

R = 20.68%
G = 10.85%
B = 68.47%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3D20CA (or 0x3D20CA) is known color: Purple Heart. HEX triplet: 3D, 20 and CA. RGB value is (61,32,202). Sum of RGB (Red+Green+Blue) = 61+32+202=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D20CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D20CA is #C2DF35. Grayscale: #3B3B3B. Windows color (decimal): -12771126 or 13246525. OLE color: 13246525.

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

Color convert

RGB 61 32 202 -
CMYK 0.70 0.84 0 0.21
HSL 250.24º 0.73% 0.46% -
HSV(B) 250.24º 0.84% 0.79% -
XYZ 13.1 6.29 56.4 -
YUV 60.05 208.11 128.68 -
System Red Green Blue C M Y K H S L
Decimal 61 32 202 0.70 0.84 0 0.21 250.24 0.73 0.46
Hex 3D 20 CA 46 54 0 15 FA 49 2E
Octal 75 40 312 106 124 0 25 372 111 56
Binary 111101 100000 11001010 1000110 1010100 0 10101 11111010 1001001 101110

Color Harmonies of #3D20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D20CA

Black with #3D20CA

Text Example


Text Example

White with #3D20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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