Html Css Color HEX #6C27CF Purple Heart

📋 copy color: '#6C27CF'

red 108 ◦ green 39 ◦ blue 207

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

Shades of Purple Heart #6C27CF

Tints of Purple Heart #6C27CF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.02%

 BLUE value IS 207 (81.25% from 255) = 58.47%

R = 30.51%
G = 11.02%
B = 58.47%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C27CF (or 0x6C27CF) is known color: Purple Heart. HEX triplet: 6C, 27 and CF. RGB value is (108,39,207). Sum of RGB (Red+Green+Blue) = 108+39+207=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C27CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C27CF is #93D830. Grayscale: #4E4E4E. Windows color (decimal): -9689137 or 13576044. OLE color: 13576044.

HSL color Cylindrical-coordinate representation of color #6C27CF: hue angle of 264.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C27CF is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 39 207 -
CMYK 0.48 0.81 0 0.19
HSL 264.64º 0.68% 0.48% -
HSV(B) 264.64º 0.81% 0.81% -
XYZ 18.17 9.14 59.84 -
YUV 78.78 200.36 148.84 -
System Red Green Blue C M Y K H S L
Decimal 108 39 207 0.48 0.81 0 0.19 264.64 0.68 0.48
Hex 6C 27 CF 30 51 0 13 109 44 30
Octal 154 47 317 60 121 0 23 411 104 60
Binary 1101100 100111 11001111 110000 1010001 0 10011 100001001 1000100 110000

Color Harmonies of #6C27CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C27CF

Black with #6C27CF

Text Example


Text Example

White with #6C27CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,39,207); }

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

background-color css

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

 a { background-color: rgb(108,39,207); }

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

border-color css

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

 span { border-color: rgb(108,39,207); }

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