Html Css Color HEX #6B21AF Purple Heart

📋 copy color: '#6B21AF'

red 107 ◦ green 33 ◦ blue 175

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

Shades of Purple Heart #6B21AF

Tints of Purple Heart #6B21AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.48%

 BLUE value IS 175 (68.75% from 255) = 55.56%

R = 33.97%
G = 10.48%
B = 55.56%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6B21AF (or 0x6B21AF) is known color: Purple Heart. HEX triplet: 6B, 21 and AF. RGB value is (107,33,175). Sum of RGB (Red+Green+Blue) = 107+33+175=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B21AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B21AF is #94DE50. Grayscale: #464646. Windows color (decimal): -9756241 or 11477355. OLE color: 11477355.

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

Color convert

RGB 107 33 175 -
CMYK 0.39 0.81 0 0.31
HSL 271.27º 0.68% 0.41% -
HSV(B) 271.27º 0.81% 0.69% -
XYZ 14.35 7.31 41.21 -
YUV 71.31 186.52 153.45 -
System Red Green Blue C M Y K H S L
Decimal 107 33 175 0.39 0.81 0 0.31 271.27 0.68 0.41
Hex 6B 21 AF 27 51 0 1F 10F 44 29
Octal 153 41 257 47 121 0 37 417 104 51
Binary 1101011 100001 10101111 100111 1010001 0 11111 100001111 1000100 101001

Color Harmonies of #6B21AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B21AF

Black with #6B21AF

Text Example


Text Example

White with #6B21AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,33,175); }

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

background-color css

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

 a { background-color: rgb(107,33,175); }

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

border-color css

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

 span { border-color: rgb(107,33,175); }

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