Html Css Color HEX #6C3FBC Purple Heart

📋 copy color: '#6C3FBC'

red 108 ◦ green 63 ◦ blue 188

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

Shades of Purple Heart #6C3FBC

Tints of Purple Heart #6C3FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 30.08%
G = 17.55%
B = 52.37%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C3FBC (or 0x6C3FBC) is known color: Purple Heart. HEX triplet: 6C, 3F and BC. RGB value is (108,63,188). Sum of RGB (Red+Green+Blue) = 108+63+188=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C3FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3FBC is #93C043. Grayscale: #5A5A5A. Windows color (decimal): -9683012 or 12337004. OLE color: 12337004.

HSL color Cylindrical-coordinate representation of color #6C3FBC: hue angle of 261.6º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C3FBC is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 63 188 -
CMYK 0.43 0.66 0 0.26
HSL 261.6º 0.5% 0.49% -
HSV(B) 261.6º 0.66% 0.74% -
XYZ 17.04 10.37 48.68 -
YUV 90.71 182.91 140.34 -
System Red Green Blue C M Y K H S L
Decimal 108 63 188 0.43 0.66 0 0.26 261.6 0.5 0.49
Hex 6C 3F BC 2B 42 0 1A 106 32 31
Octal 154 77 274 53 102 0 32 406 62 61
Binary 1101100 111111 10111100 101011 1000010 0 11010 100000110 110010 110001

Color Harmonies of #6C3FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3FBC

Black with #6C3FBC

Text Example


Text Example

White with #6C3FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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