Html Css Color HEX #6C2BBB Purple Heart

📋 copy color: '#6C2BBB'

red 108 ◦ green 43 ◦ blue 187

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

Shades of Purple Heart #6C2BBB

Tints of Purple Heart #6C2BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.72%

 BLUE value IS 187 (73.44% from 255) = 55.33%

R = 31.95%
G = 12.72%
B = 55.33%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6C2BBB (or 0x6C2BBB) is known color: Purple Heart. HEX triplet: 6C, 2B and BB. RGB value is (108,43,187). Sum of RGB (Red+Green+Blue) = 108+43+187=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C2BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2BBB is #93D444. Grayscale: #4E4E4E. Windows color (decimal): -9688133 or 12266348. OLE color: 12266348.

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

Color convert

RGB 108 43 187 -
CMYK 0.42 0.77 0 0.27
HSL 267.08º 0.63% 0.45% -
HSV(B) 267.08º 0.77% 0.73% -
XYZ 16.02 8.5 47.81 -
YUV 78.85 189.03 148.79 -
System Red Green Blue C M Y K H S L
Decimal 108 43 187 0.42 0.77 0 0.27 267.08 0.63 0.45
Hex 6C 2B BB 2A 4D 0 1B 10B 3F 2D
Octal 154 53 273 52 115 0 33 413 77 55
Binary 1101100 101011 10111011 101010 1001101 0 11011 100001011 111111 101101

Color Harmonies of #6C2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2BBB

Black with #6C2BBB

Text Example


Text Example

White with #6C2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,43,187); }

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

background-color css

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

 a { background-color: rgb(108,43,187); }

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

border-color css

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

 span { border-color: rgb(108,43,187); }

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