Html Css Color HEX #3C23BB Purple Heart

📋 copy color: '#3C23BB'

red 60 ◦ green 35 ◦ blue 187

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

Shades of Purple Heart #3C23BB

Tints of Purple Heart #3C23BB

RGB

 RED value IS 60 (23.83% from 255) = 21.28%

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

 BLUE value IS 187 (73.44% from 255) = 66.31%

R = 21.28%
G = 12.41%
B = 66.31%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C23BB (or 0x3C23BB) is known color: Purple Heart. HEX triplet: 3C, 23 and BB. RGB value is (60,35,187). Sum of RGB (Red+Green+Blue) = 60+35+187=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C23BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C23BB is #C3DC44. Grayscale: #3B3B3B. Windows color (decimal): -12835909 or 12264252. OLE color: 12264252.

HSL color Cylindrical-coordinate representation of color #3C23BB: hue angle of 249.87º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C23BB is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 35 187 -
CMYK 0.68 0.81 0 0.27
HSL 249.87º 0.68% 0.44% -
HSV(B) 249.87º 0.81% 0.73% -
XYZ 11.43 5.75 47.52 -
YUV 59.8 199.78 128.14 -
System Red Green Blue C M Y K H S L
Decimal 60 35 187 0.68 0.81 0 0.27 249.87 0.68 0.44
Hex 3C 23 BB 44 51 0 1B FA 44 2C
Octal 74 43 273 104 121 0 33 372 104 54
Binary 111100 100011 10111011 1000100 1010001 0 11011 11111010 1000100 101100

Color Harmonies of #3C23BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C23BB

Black with #3C23BB

Text Example


Text Example

White with #3C23BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,35,187); }

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

background-color css

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

 a { background-color: rgb(60,35,187); }

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

border-color css

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

 span { border-color: rgb(60,35,187); }

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