Html Css Color HEX #6C25BC Purple Heart

📋 copy color: '#6C25BC'

red 108 ◦ green 37 ◦ blue 188

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

Shades of Purple Heart #6C25BC

Tints of Purple Heart #6C25BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.11%

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

R = 32.43%
G = 11.11%
B = 56.46%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C25BC (or 0x6C25BC) is known color: Purple Heart. HEX triplet: 6C, 25 and BC. RGB value is (108,37,188). Sum of RGB (Red+Green+Blue) = 108+37+188=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C25BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C25BC is #93DA43. Grayscale: #4A4A4A. Windows color (decimal): -9689668 or 12330348. OLE color: 12330348.

HSL color Cylindrical-coordinate representation of color #6C25BC: hue angle of 268.21º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C25BC is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 37 188 -
CMYK 0.43 0.80 0 0.26
HSL 268.21º 0.67% 0.44% -
HSV(B) 268.21º 0.8% 0.74% -
XYZ 15.92 8.14 48.31 -
YUV 75.44 191.52 151.22 -
System Red Green Blue C M Y K H S L
Decimal 108 37 188 0.43 0.80 0 0.26 268.21 0.67 0.44
Hex 6C 25 BC 2B 50 0 1A 10C 43 2C
Octal 154 45 274 53 120 0 32 414 103 54
Binary 1101100 100101 10111100 101011 1010000 0 11010 100001100 1000011 101100

Color Harmonies of #6C25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C25BC

Black with #6C25BC

Text Example


Text Example

White with #6C25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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