Html Css Color HEX #6907AB Purple Heart

📋 copy color: '#6907AB'

red 105 ◦ green 7 ◦ blue 171

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

Shades of Purple Heart #6907AB

Tints of Purple Heart #6907AB

RGB

 RED value IS 105 (41.41% from 255) = 37.1%

 GREEN value IS 7 (3.13% from 255) = 2.47%

 BLUE value IS 171 (67.19% from 255) = 60.42%

R = 37.1%
G = 2.47%
B = 60.42%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6907AB (or 0x6907AB) is known color: Purple Heart. HEX triplet: 69, 07 and AB. RGB value is (105,7,171). Sum of RGB (Red+Green+Blue) = 105+7+171=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #6907AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6907AB is #96F854. Grayscale: #363636. Windows color (decimal): -9893973 or 11208553. OLE color: 11208553.

HSL color Cylindrical-coordinate representation of color #6907AB: hue angle of 275.85º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6907AB is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 7 171 -
CMYK 0.39 0.96 0 0.33
HSL 275.85º 0.92% 0.35% -
HSV(B) 275.85º 0.96% 0.67% -
XYZ 13.25 6.1 39.01 -
YUV 55 193.47 163.66 -
System Red Green Blue C M Y K H S L
Decimal 105 7 171 0.39 0.96 0 0.33 275.85 0.92 0.35
Hex 69 7 AB 27 60 0 21 114 5C 23
Octal 151 7 253 47 140 0 41 424 134 43
Binary 1101001 111 10101011 100111 1100000 0 100001 100010100 1011100 100011

Color Harmonies of #6907AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6907AB

Black with #6907AB

Text Example


Text Example

White with #6907AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6907AB; }

 p { color: rgb(105,7,171); }

 H1.HeaderClassName
 {
   color: #6907AB;
 }
 .AnyTagClassName
 {
   color: #6907AB;
 }
</style>

background-color css

<style>
 a { background-color: #6907AB; }

 a { background-color: rgb(105,7,171); }

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

border-color css

<style>
 span { border-color: #6907AB; }

 span { border-color: rgb(105,7,171); }

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