Html Css Color HEX #3B20CA Purple Heart

📋 copy color: '#3B20CA'

red 59 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #3B20CA

Tints of Purple Heart #3B20CA

RGB

 RED value IS 59 (23.44% from 255) = 20.14%

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

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

R = 20.14%
G = 10.92%
B = 68.94%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3B20CA (or 0x3B20CA) is known color: Purple Heart. HEX triplet: 3B, 20 and CA. RGB value is (59,32,202). Sum of RGB (Red+Green+Blue) = 59+32+202=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 202 (79.30% from 255 or 68.94% from 293); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B20CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B20CA is #C4DF35. Grayscale: #3A3A3A. Windows color (decimal): -12902198 or 13246523. OLE color: 13246523.

HSL color Cylindrical-coordinate representation of color #3B20CA: hue angle of 249.53º 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 #3B20CA is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 59 32 202 -
CMYK 0.71 0.84 0 0.21
HSL 249.53º 0.73% 0.46% -
HSV(B) 249.53º 0.84% 0.79% -
XYZ 12.98 6.23 56.39 -
YUV 59.45 208.45 127.68 -
System Red Green Blue C M Y K H S L
Decimal 59 32 202 0.71 0.84 0 0.21 249.53 0.73 0.46
Hex 3B 20 CA 47 54 0 15 FA 49 2E
Octal 73 40 312 107 124 0 25 372 111 56
Binary 111011 100000 11001010 1000111 1010100 0 10101 11111010 1001001 101110

Color Harmonies of #3B20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B20CA

Black with #3B20CA

Text Example


Text Example

White with #3B20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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