Html Css Color HEX #6C3DBC Purple Heart

📋 copy color: '#6C3DBC'

red 108 ◦ green 61 ◦ blue 188

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

Shades of Purple Heart #6C3DBC

Tints of Purple Heart #6C3DBC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.09%

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

R = 30.25%
G = 17.09%
B = 52.66%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C3DBC (or 0x6C3DBC) is known color: Purple Heart. HEX triplet: 6C, 3D and BC. RGB value is (108,61,188). Sum of RGB (Red+Green+Blue) = 108+61+188=357 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.25% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C3DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3DBC is #93C243. Grayscale: #595959. Windows color (decimal): -9683524 or 12336492. OLE color: 12336492.

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

Color convert

RGB 108 61 188 -
CMYK 0.43 0.68 0 0.26
HSL 262.2º 0.51% 0.49% -
HSV(B) 262.2º 0.68% 0.74% -
XYZ 16.93 10.16 48.65 -
YUV 89.53 183.57 141.17 -
System Red Green Blue C M Y K H S L
Decimal 108 61 188 0.43 0.68 0 0.26 262.2 0.51 0.49
Hex 6C 3D BC 2B 44 0 1A 106 33 31
Octal 154 75 274 53 104 0 32 406 63 61
Binary 1101100 111101 10111100 101011 1000100 0 11010 100000110 110011 110001

Color Harmonies of #6C3DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3DBC

Black with #6C3DBC

Text Example


Text Example

White with #6C3DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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