Html Css Color HEX #6C03BD Purple Heart

📋 copy color: '#6C03BD'

red 108 ◦ green 3 ◦ blue 189

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

Shades of Purple Heart #6C03BD

Tints of Purple Heart #6C03BD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 189 (74.22% from 255) = 63%

R = 36%
G = 1%
B = 63%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C03BD (or 0x6C03BD) is known color: Purple Heart. HEX triplet: 6C, 03 and BD. RGB value is (108,3,189). Sum of RGB (Red+Green+Blue) = 108+3+189=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C03BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C03BD is #93FC42. Grayscale: #363636. Windows color (decimal): -9698371 or 12387180. OLE color: 12387180.

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

Color convert

RGB 108 3 189 -
CMYK 0.43 0.98 0 0.26
HSL 273.87º 0.97% 0.38% -
HSV(B) 273.87º 0.98% 0.74% -
XYZ 15.4 6.93 48.67 -
YUV 55.6 203.29 165.38 -
System Red Green Blue C M Y K H S L
Decimal 108 3 189 0.43 0.98 0 0.26 273.87 0.97 0.38
Hex 6C 3 BD 2B 62 0 1A 112 61 26
Octal 154 3 275 53 142 0 32 422 141 46
Binary 1101100 11 10111101 101011 1100010 0 11010 100010010 1100001 100110

Color Harmonies of #6C03BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C03BD

Black with #6C03BD

Text Example


Text Example

White with #6C03BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,3,189); }

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

background-color css

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

 a { background-color: rgb(108,3,189); }

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

border-color css

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

 span { border-color: rgb(108,3,189); }

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