Html Css Color HEX #6B27DD Purple Heart

📋 copy color: '#6B27DD'

red 107 ◦ green 39 ◦ blue 221

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

Shades of Purple Heart #6B27DD

Tints of Purple Heart #6B27DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.22%

R = 29.16%
G = 10.63%
B = 60.22%

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

#6B27DD (or 0x6B27DD) is known color: Purple Heart. HEX triplet: 6B, 27 and DD. RGB value is (107,39,221). Sum of RGB (Red+Green+Blue) = 107+39+221=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B27DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B27DD is #94D822. Grayscale: #4F4F4F. Windows color (decimal): -9754659 or 14493547. OLE color: 14493547.

HSL color Cylindrical-coordinate representation of color #6B27DD: hue angle of 262.42º 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 #6B27DD is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 39 221 -
CMYK 0.52 0.82 0 0.13
HSL 262.42º 0.73% 0.51% -
HSV(B) 262.42º 0.82% 0.87% -
XYZ 19.84 9.8 69.25 -
YUV 80.08 207.53 147.2 -
System Red Green Blue C M Y K H S L
Decimal 107 39 221 0.52 0.82 0 0.13 262.42 0.73 0.51
Hex 6B 27 DD 34 52 0 D 106 49 33
Octal 153 47 335 64 122 0 15 406 111 63
Binary 1101011 100111 11011101 110100 1010010 0 1101 100000110 1001001 110011

Color Harmonies of #6B27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B27DD

Black with #6B27DD

Text Example


Text Example

White with #6B27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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