Html Css Color HEX #6B27BE Purple Heart

📋 copy color: '#6B27BE'

red 107 ◦ green 39 ◦ blue 190

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

Shades of Purple Heart #6B27BE

Tints of Purple Heart #6B27BE

RGB

 RED value IS 107 (42.19% from 255) = 31.85%

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

 BLUE value IS 190 (74.61% from 255) = 56.55%

R = 31.85%
G = 11.61%
B = 56.55%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B27BE (or 0x6B27BE) is known color: Purple Heart. HEX triplet: 6B, 27 and BE. RGB value is (107,39,190). Sum of RGB (Red+Green+Blue) = 107+39+190=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B27BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B27BE is #94D841. Grayscale: #4C4C4C. Windows color (decimal): -9754690 or 12461931. OLE color: 12461931.

HSL color Cylindrical-coordinate representation of color #6B27BE: hue angle of 267.02º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B27BE is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 39 190 -
CMYK 0.44 0.79 0 0.25
HSL 267.02º 0.66% 0.45% -
HSV(B) 267.02º 0.79% 0.75% -
XYZ 16.08 8.29 49.47 -
YUV 76.55 192.03 149.72 -
System Red Green Blue C M Y K H S L
Decimal 107 39 190 0.44 0.79 0 0.25 267.02 0.66 0.45
Hex 6B 27 BE 2C 4F 0 19 10B 42 2D
Octal 153 47 276 54 117 0 31 413 102 55
Binary 1101011 100111 10111110 101100 1001111 0 11001 100001011 1000010 101101

Color Harmonies of #6B27BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B27BE

Black with #6B27BE

Text Example


Text Example

White with #6B27BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,39,190); }

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

background-color css

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

 a { background-color: rgb(107,39,190); }

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

border-color css

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

 span { border-color: rgb(107,39,190); }

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