Html Css Color HEX #3D20CF Purple Heart

📋 copy color: '#3D20CF'

red 61 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #3D20CF

Tints of Purple Heart #3D20CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69%

R = 20.33%
G = 10.67%
B = 69%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3D20CF (or 0x3D20CF) is known color: Purple Heart. HEX triplet: 3D, 20 and CF. RGB value is (61,32,207). Sum of RGB (Red+Green+Blue) = 61+32+207=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #3D20CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D20CF is #C2DF30. Grayscale: #3B3B3B. Windows color (decimal): -12771121 or 13574205. OLE color: 13574205.

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

Color convert

RGB 61 32 207 -
CMYK 0.71 0.85 0 0.19
HSL 249.94º 0.73% 0.47% -
HSV(B) 249.94º 0.85% 0.81% -
XYZ 13.7 6.53 59.57 -
YUV 60.62 210.61 128.27 -
System Red Green Blue C M Y K H S L
Decimal 61 32 207 0.71 0.85 0 0.19 249.94 0.73 0.47
Hex 3D 20 CF 47 55 0 13 FA 49 2F
Octal 75 40 317 107 125 0 23 372 111 57
Binary 111101 100000 11001111 1000111 1010101 0 10011 11111010 1001001 101111

Color Harmonies of #3D20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D20CF

Black with #3D20CF

Text Example


Text Example

White with #3D20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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