Html Css Color HEX #6C3DBA Purple Heart

📋 copy color: '#6C3DBA'

red 108 ◦ green 61 ◦ blue 186

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

Shades of Purple Heart #6C3DBA

Tints of Purple Heart #6C3DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.39%

R = 30.42%
G = 17.18%
B = 52.39%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6C3DBA (or 0x6C3DBA) is known color: Purple Heart. HEX triplet: 6C, 3D and BA. RGB value is (108,61,186). Sum of RGB (Red+Green+Blue) = 108+61+186=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C3DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3DBA is #93C245. Grayscale: #585858. Windows color (decimal): -9683526 or 12205420. OLE color: 12205420.

HSL color Cylindrical-coordinate representation of color #6C3DBA: hue angle of 262.56º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C3DBA is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 61 186 -
CMYK 0.42 0.67 0 0.27
HSL 262.56º 0.51% 0.48% -
HSV(B) 262.56º 0.67% 0.73% -
XYZ 16.72 10.07 47.52 -
YUV 89.3 182.57 141.34 -
System Red Green Blue C M Y K H S L
Decimal 108 61 186 0.42 0.67 0 0.27 262.56 0.51 0.48
Hex 6C 3D BA 2A 43 0 1B 107 33 30
Octal 154 75 272 52 103 0 33 407 63 60
Binary 1101100 111101 10111010 101010 1000011 0 11011 100000111 110011 110000

Color Harmonies of #6C3DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3DBA

Black with #6C3DBA

Text Example


Text Example

White with #6C3DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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