Html Css Color HEX #6C3FC0 Purple Heart

📋 copy color: '#6C3FC0'

red 108 ◦ green 63 ◦ blue 192

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

Shades of Purple Heart #6C3FC0

Tints of Purple Heart #6C3FC0

RGB

 RED value IS 108 (42.58% from 255) = 29.75%

 GREEN value IS 63 (25% from 255) = 17.36%

 BLUE value IS 192 (75.39% from 255) = 52.89%

R = 29.75%
G = 17.36%
B = 52.89%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C3FC0 (or 0x6C3FC0) is known color: Purple Heart. HEX triplet: 6C, 3F and C0. RGB value is (108,63,192). Sum of RGB (Red+Green+Blue) = 108+63+192=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #6C3FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3FC0 is #93C03F. Grayscale: #5A5A5A. Windows color (decimal): -9683008 or 12599148. OLE color: 12599148.

HSL color Cylindrical-coordinate representation of color #6C3FC0: hue angle of 260.93º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C3FC0 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 63 192 -
CMYK 0.44 0.67 0 0.25
HSL 260.93º 0.51% 0.5% -
HSV(B) 260.93º 0.67% 0.75% -
XYZ 17.48 10.55 50.98 -
YUV 91.16 184.91 140.01 -
System Red Green Blue C M Y K H S L
Decimal 108 63 192 0.44 0.67 0 0.25 260.93 0.51 0.5
Hex 6C 3F C0 2C 43 0 19 105 33 32
Octal 154 77 300 54 103 0 31 405 63 62
Binary 1101100 111111 11000000 101100 1000011 0 11001 100000101 110011 110010

Color Harmonies of #6C3FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3FC0

Black with #6C3FC0

Text Example


Text Example

White with #6C3FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C3FC0; }

 p { color: rgb(108,63,192); }

 H1.HeaderClassName
 {
   color: #6C3FC0;
 }
 .AnyTagClassName
 {
   color: #6C3FC0;
 }
</style>

background-color css

<style>
 a { background-color: #6C3FC0; }

 a { background-color: rgb(108,63,192); }

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

border-color css

<style>
 span { border-color: #6C3FC0; }

 span { border-color: rgb(108,63,192); }

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