Html Css Color HEX #6909CF Purple Heart

📋 copy color: '#6909CF'

red 105 ◦ green 9 ◦ blue 207

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

Shades of Purple Heart #6909CF

Tints of Purple Heart #6909CF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

 BLUE value IS 207 (81.25% from 255) = 64.49%

R = 32.71%
G = 2.8%
B = 64.49%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6909CF (or 0x6909CF) is known color: Purple Heart. HEX triplet: 69, 09 and CF. RGB value is (105,9,207). Sum of RGB (Red+Green+Blue) = 105+9+207=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #6909CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6909CF is #96F630. Grayscale: #3B3B3B. Windows color (decimal): -9893425 or 13568361. OLE color: 13568361.

HSL color Cylindrical-coordinate representation of color #6909CF: hue angle of 269.09º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6909CF is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 9 207 -
CMYK 0.49 0.96 0 0.19
HSL 269.09º 0.92% 0.42% -
HSV(B) 269.09º 0.96% 0.81% -
XYZ 17.19 7.7 59.61 -
YUV 60.28 210.8 159.9 -
System Red Green Blue C M Y K H S L
Decimal 105 9 207 0.49 0.96 0 0.19 269.09 0.92 0.42
Hex 69 9 CF 31 60 0 13 10D 5C 2A
Octal 151 11 317 61 140 0 23 415 134 52
Binary 1101001 1001 11001111 110001 1100000 0 10011 100001101 1011100 101010

Color Harmonies of #6909CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6909CF

Black with #6909CF

Text Example


Text Example

White with #6909CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6909CF; }

 p { color: rgb(105,9,207); }

 H1.HeaderClassName
 {
   color: #6909CF;
 }
 .AnyTagClassName
 {
   color: #6909CF;
 }
</style>

background-color css

<style>
 a { background-color: #6909CF; }

 a { background-color: rgb(105,9,207); }

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

border-color css

<style>
 span { border-color: #6909CF; }

 span { border-color: rgb(105,9,207); }

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