Html Css Color HEX #6923BD Purple Heart

📋 copy color: '#6923BD'

red 105 ◦ green 35 ◦ blue 189

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

Shades of Purple Heart #6923BD

Tints of Purple Heart #6923BD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.64%

 BLUE value IS 189 (74.22% from 255) = 57.45%

R = 31.91%
G = 10.64%
B = 57.45%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6923BD (or 0x6923BD) is known color: Purple Heart. HEX triplet: 69, 23 and BD. RGB value is (105,35,189). Sum of RGB (Red+Green+Blue) = 105+35+189=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #6923BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6923BD is #96DC42. Grayscale: #484848. Windows color (decimal): -9886787 or 12395369. OLE color: 12395369.

HSL color Cylindrical-coordinate representation of color #6923BD: hue angle of 267.27º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6923BD is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 35 189 -
CMYK 0.44 0.81 0 0.26
HSL 267.27º 0.69% 0.44% -
HSV(B) 267.27º 0.81% 0.74% -
XYZ 15.61 7.88 48.84 -
YUV 73.49 193.19 150.48 -
System Red Green Blue C M Y K H S L
Decimal 105 35 189 0.44 0.81 0 0.26 267.27 0.69 0.44
Hex 69 23 BD 2C 51 0 1A 10B 45 2C
Octal 151 43 275 54 121 0 32 413 105 54
Binary 1101001 100011 10111101 101100 1010001 0 11010 100001011 1000101 101100

Color Harmonies of #6923BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6923BD

Black with #6923BD

Text Example


Text Example

White with #6923BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6923BD; }

 p { color: rgb(105,35,189); }

 H1.HeaderClassName
 {
   color: #6923BD;
 }
 .AnyTagClassName
 {
   color: #6923BD;
 }
</style>

background-color css

<style>
 a { background-color: #6923BD; }

 a { background-color: rgb(105,35,189); }

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

border-color css

<style>
 span { border-color: #6923BD; }

 span { border-color: rgb(105,35,189); }

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