Html Css Color HEX #6903AF Purple Heart

📋 copy color: '#6903AF'

red 105 ◦ green 3 ◦ blue 175

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

Shades of Purple Heart #6903AF

Tints of Purple Heart #6903AF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 37.1%
G = 1.06%
B = 61.84%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6903AF (or 0x6903AF) is known color: Purple Heart. HEX triplet: 69, 03 and AF. RGB value is (105,3,175). Sum of RGB (Red+Green+Blue) = 105+3+175=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #6903AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6903AF is #96FC50. Grayscale: #343434. Windows color (decimal): -9894993 or 11469673. OLE color: 11469673.

HSL color Cylindrical-coordinate representation of color #6903AF: hue angle of 275.58º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6903AF is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 3 175 -
CMYK 0.40 0.98 0 0.31
HSL 275.58º 0.97% 0.35% -
HSV(B) 275.58º 0.98% 0.69% -
XYZ 13.6 6.16 41.03 -
YUV 53.11 196.79 165.01 -
System Red Green Blue C M Y K H S L
Decimal 105 3 175 0.40 0.98 0 0.31 275.58 0.97 0.35
Hex 69 3 AF 28 62 0 1F 114 61 23
Octal 151 3 257 50 142 0 37 424 141 43
Binary 1101001 11 10101111 101000 1100010 0 11111 100010100 1100001 100011

Color Harmonies of #6903AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6903AF

Black with #6903AF

Text Example


Text Example

White with #6903AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6903AF; }

 p { color: rgb(105,3,175); }

 H1.HeaderClassName
 {
   color: #6903AF;
 }
 .AnyTagClassName
 {
   color: #6903AF;
 }
</style>

background-color css

<style>
 a { background-color: #6903AF; }

 a { background-color: rgb(105,3,175); }

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

border-color css

<style>
 span { border-color: #6903AF; }

 span { border-color: rgb(105,3,175); }

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