Html Css Color HEX #3D23BE Purple Heart

📋 copy color: '#3D23BE'

red 61 ◦ green 35 ◦ blue 190

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

Shades of Purple Heart #3D23BE

Tints of Purple Heart #3D23BE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.24%

 BLUE value IS 190 (74.61% from 255) = 66.43%

R = 21.33%
G = 12.24%
B = 66.43%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3D23BE (or 0x3D23BE) is known color: Purple Heart. HEX triplet: 3D, 23 and BE. RGB value is (61,35,190). Sum of RGB (Red+Green+Blue) = 61+35+190=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D23BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D23BE is #C2DC41. Grayscale: #3B3B3B. Windows color (decimal): -12770370 or 12460861. OLE color: 12460861.

HSL color Cylindrical-coordinate representation of color #3D23BE: hue angle of 250.06º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D23BE is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 35 190 -
CMYK 0.68 0.82 0 0.25
HSL 250.06º 0.69% 0.44% -
HSV(B) 250.06º 0.82% 0.75% -
XYZ 11.82 5.91 49.23 -
YUV 60.44 201.11 128.4 -
System Red Green Blue C M Y K H S L
Decimal 61 35 190 0.68 0.82 0 0.25 250.06 0.69 0.44
Hex 3D 23 BE 44 52 0 19 FA 45 2C
Octal 75 43 276 104 122 0 31 372 105 54
Binary 111101 100011 10111110 1000100 1010010 0 11001 11111010 1000101 101100

Color Harmonies of #3D23BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D23BE

Black with #3D23BE

Text Example


Text Example

White with #3D23BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,35,190); }

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

background-color css

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

 a { background-color: rgb(61,35,190); }

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

border-color css

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

 span { border-color: rgb(61,35,190); }

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