Html Css Color HEX #6B38CF Purple Heart

📋 copy color: '#6B38CF'

red 107 ◦ green 56 ◦ blue 207

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

Shades of Purple Heart #6B38CF

Tints of Purple Heart #6B38CF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.14%

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

R = 28.92%
G = 15.14%
B = 55.95%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B38CF (or 0x6B38CF) is known color: Purple Heart. HEX triplet: 6B, 38 and CF. RGB value is (107,56,207). Sum of RGB (Red+Green+Blue) = 107+56+207=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B38CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B38CF is #94C730. Grayscale: #575757. Windows color (decimal): -9750321 or 13580395. OLE color: 13580395.

HSL color Cylindrical-coordinate representation of color #6B38CF: hue angle of 260.26º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B38CF is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 56 207 -
CMYK 0.48 0.73 0 0.19
HSL 260.26º 0.61% 0.52% -
HSV(B) 260.26º 0.73% 0.81% -
XYZ 18.74 10.46 60.06 -
YUV 88.46 194.9 141.22 -
System Red Green Blue C M Y K H S L
Decimal 107 56 207 0.48 0.73 0 0.19 260.26 0.61 0.52
Hex 6B 38 CF 30 49 0 13 104 3D 34
Octal 153 70 317 60 111 0 23 404 75 64
Binary 1101011 111000 11001111 110000 1001001 0 10011 100000100 111101 110100

Color Harmonies of #6B38CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B38CF

Black with #6B38CF

Text Example


Text Example

White with #6B38CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,56,207); }

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

background-color css

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

 a { background-color: rgb(107,56,207); }

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

border-color css

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

 span { border-color: rgb(107,56,207); }

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