Html Css Color HEX #6C2FBD Purple Heart

📋 copy color: '#6C2FBD'

red 108 ◦ green 47 ◦ blue 189

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

Shades of Purple Heart #6C2FBD

Tints of Purple Heart #6C2FBD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.66%

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

R = 31.4%
G = 13.66%
B = 54.94%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C2FBD (or 0x6C2FBD) is known color: Purple Heart. HEX triplet: 6C, 2F and BD. RGB value is (108,47,189). Sum of RGB (Red+Green+Blue) = 108+47+189=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C2FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2FBD is #93D042. Grayscale: #505050. Windows color (decimal): -9687107 or 12398444. OLE color: 12398444.

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

Color convert

RGB 108 47 189 -
CMYK 0.43 0.75 0 0.26
HSL 265.77º 0.6% 0.46% -
HSV(B) 265.77º 0.75% 0.74% -
XYZ 16.39 8.9 49 -
YUV 81.43 188.71 146.95 -
System Red Green Blue C M Y K H S L
Decimal 108 47 189 0.43 0.75 0 0.26 265.77 0.6 0.46
Hex 6C 2F BD 2B 4B 0 1A 10A 3C 2E
Octal 154 57 275 53 113 0 32 412 74 56
Binary 1101100 101111 10111101 101011 1001011 0 11010 100001010 111100 101110

Color Harmonies of #6C2FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2FBD

Black with #6C2FBD

Text Example


Text Example

White with #6C2FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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