Html Css Color HEX #3C08C1 Purple Heart

📋 copy color: '#3C08C1'

red 60 ◦ green 8 ◦ blue 193

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

Shades of Purple Heart #3C08C1

Tints of Purple Heart #3C08C1

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.07%

 BLUE value IS 193 (75.78% from 255) = 73.95%

R = 22.99%
G = 3.07%
B = 73.95%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3C08C1 (or 0x3C08C1) is known color: Purple Heart. HEX triplet: 3C, 08 and C1. RGB value is (60,8,193). Sum of RGB (Red+Green+Blue) = 60+8+193=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 193 (75.78% from 255 or 73.95% from 261); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C08C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C08C1 is #C3F73E. Grayscale: #2B2B2B. Windows color (decimal): -12842815 or 12650556. OLE color: 12650556.

HSL color Cylindrical-coordinate representation of color #3C08C1: hue angle of 256.86º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C08C1 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 8 193 -
CMYK 0.69 0.96 0 0.24
HSL 256.86º 0.92% 0.39% -
HSV(B) 256.86º 0.96% 0.76% -
XYZ 11.58 4.98 50.8 -
YUV 44.64 211.73 138.96 -
System Red Green Blue C M Y K H S L
Decimal 60 8 193 0.69 0.96 0 0.24 256.86 0.92 0.39
Hex 3C 8 C1 45 60 0 18 101 5C 27
Octal 74 10 301 105 140 0 30 401 134 47
Binary 111100 1000 11000001 1000101 1100000 0 11000 100000001 1011100 100111

Color Harmonies of #3C08C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C08C1

Black with #3C08C1

Text Example


Text Example

White with #3C08C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,8,193); }

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

background-color css

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

 a { background-color: rgb(60,8,193); }

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

border-color css

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

 span { border-color: rgb(60,8,193); }

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