Html Css Color HEX #3C0BB7 Purple Heart

📋 copy color: '#3C0BB7'

red 60 ◦ green 11 ◦ blue 183

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

Shades of Purple Heart #3C0BB7

Tints of Purple Heart #3C0BB7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.33%

 BLUE value IS 183 (71.88% from 255) = 72.05%

R = 23.62%
G = 4.33%
B = 72.05%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3C0BB7 (or 0x3C0BB7) is known color: Purple Heart. HEX triplet: 3C, 0B and B7. RGB value is (60,11,183). Sum of RGB (Red+Green+Blue) = 60+11+183=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 183 (71.88% from 255 or 72.05% from 254); Max value from RGB is 183 - color contains mainly: blue. Hex color #3C0BB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0BB7 is #C3F448. Grayscale: #2C2C2C. Windows color (decimal): -12842057 or 11995964. OLE color: 11995964.

HSL color Cylindrical-coordinate representation of color #3C0BB7: hue angle of 257.09º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0BB7 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 60 11 183 -
CMYK 0.67 0.94 0 0.28
HSL 257.09º 0.89% 0.38% -
HSV(B) 257.09º 0.94% 0.72% -
XYZ 10.53 4.62 45.14 -
YUV 45.26 205.73 138.51 -
System Red Green Blue C M Y K H S L
Decimal 60 11 183 0.67 0.94 0 0.28 257.09 0.89 0.38
Hex 3C B B7 43 5E 0 1C 101 59 26
Octal 74 13 267 103 136 0 34 401 131 46
Binary 111100 1011 10110111 1000011 1011110 0 11100 100000001 1011001 100110

Color Harmonies of #3C0BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0BB7

Black with #3C0BB7

Text Example


Text Example

White with #3C0BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,11,183); }

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

background-color css

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

 a { background-color: rgb(60,11,183); }

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

border-color css

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

 span { border-color: rgb(60,11,183); }

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