Html Css Color HEX #6B27DE Purple Heart

📋 copy color: '#6B27DE'

red 107 ◦ green 39 ◦ blue 222

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

Shades of Purple Heart #6B27DE

Tints of Purple Heart #6B27DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.33%

R = 29.08%
G = 10.6%
B = 60.33%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B27DE (or 0x6B27DE) is known color: Purple Heart. HEX triplet: 6B, 27 and DE. RGB value is (107,39,222). Sum of RGB (Red+Green+Blue) = 107+39+222=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B27DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B27DE is #94D821. Grayscale: #4F4F4F. Windows color (decimal): -9754658 or 14559083. OLE color: 14559083.

HSL color Cylindrical-coordinate representation of color #6B27DE: hue angle of 262.3º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B27DE is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 39 222 -
CMYK 0.52 0.82 0 0.13
HSL 262.3º 0.73% 0.51% -
HSV(B) 262.3º 0.82% 0.87% -
XYZ 19.97 9.85 69.96 -
YUV 80.19 208.03 147.12 -
System Red Green Blue C M Y K H S L
Decimal 107 39 222 0.52 0.82 0 0.13 262.3 0.73 0.51
Hex 6B 27 DE 34 52 0 D 106 49 33
Octal 153 47 336 64 122 0 15 406 111 63
Binary 1101011 100111 11011110 110100 1010010 0 1101 100000110 1001001 110011

Color Harmonies of #6B27DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B27DE

Black with #6B27DE

Text Example


Text Example

White with #6B27DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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